dfmt/tests/knr/issue0082.d.ref

11 lines
81 B
Plaintext

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