dfmt/tests/allman/issue0080.d.ref

14 lines
140 B
Plaintext

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