xxxxxxxxxx
import std.stdio;
extern(C) void main(string[] args)
{
writeln("Hello D"); // fails - remove -betterC for it to pass
}