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

7 lines
75 B
Plaintext

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