dfmt/tests/debug-inside-if.d

7 lines
41 B
D

void main()
{
if (true)
debug
{foo();}
}