dfmt/tests/debug_with_param.d

5 lines
44 B
D

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