dfmt/tests/debug_with_param.d
2018-10-09 13:19:07 +02:00

4 lines
44 B
D

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