xxxxxxxxxx
void main()
{
throw new Exception("uncaught!");
}
extern (C) void _d_print_throwable(Throwable t) nothrow
import core.stdc.stdio;
fprintf(stderr, "%.*s", cast(int)t.msg.length, t.msg.ptr);