blob: c2283f704b8dddd0ecd8199152f1f5083fda1c7c [file] [log] [blame]
int g = 0;
static ~this() { assert(g == 100); }
void main()
out
{
g = 100;
}
body
{
return;
// expected return code == 0
}