dfmt/tests/allman/debug-inside-if.d.ref

9 lines
83 B
Plaintext

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