ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gdc.test/runnable/test3574c.d

14 lines
150 B
D

//int g = 0;
//static ~this() { assert(g == 100); }
void main()
//out
//{
// g = 100;
//}
//body
{
return;
// expected return code == 0
}