dfmt/tests/issue0082.d.ref

14 lines
90 B
Plaintext

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