dfmt/tests/allman/issue0082.d.ref

13 lines
85 B
Plaintext

unittest
{
label:
if (x)
{
}
Label:
// comment
statement();
}
}