dfmt/tests/knr/debug-inside-if.d.ref

8 lines
75 B
Plaintext

void main()
{
if (true)
debug {
foo();
}
}