dfmt/tests/knr/issue0079.d.ref

9 lines
88 B
Plaintext

unittest {
switch (x) {
case a: {
}
case b:
return;
}
}