dfmt/tests/otbs/debug_with_param.d.ref

7 lines
69 B
Plaintext

void main() {
debug (0)
foo();
else
bar();
}