xxxxxxxxxx
import std.stdio;
void main()
{
static int x;
pragma(msg, x.mangleof);
foo();
writeln(x);
}
pragma(mangle, "_D9onlineapp4mainFZ1xi")
extern int xref;
void foo()
xref = 5;