dfmt/tests/allman/issue0046.d.ref

16 lines
161 B
Plaintext

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