dfmt/tests/knr/debug_with_param.d.ref
2021-04-16 13:57:59 +02:00

7 lines
69 B
Text

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