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