dfmt/tests/otbs/issue0046.d.ref

12 lines
145 B
Plaintext

class C {
void func() {
switch (x) {
default:
assert(0);
}
}
void main(string[] args) {
}
}