xxxxxxxxxx
import std.experimental.all;
void main()
{
writeln("Hello D: ", "foo".to!int.ifThrown(42));
}