dfmt/tests/allman/issue0079.d.ref

12 lines
100 B
Plaintext

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