dfmt/tests/knr/issue0046.d.ref

14 lines
153 B
Plaintext

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