xxxxxxxxxx
import core.stdc.stdio;
void main()
{
scope(exit) printf("%s", "FOO".ptr);
printf("%s", "All good.".ptr);
}