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

14 lines
136 B
D

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