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