dfmt/tests/allman/debug_with_param.d.ref

8 lines
69 B
Plaintext

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