dfmt/tests/allman/issue0049.d.ref
2015-03-14 15:51:50 -07:00

12 lines
173 B
Text

void main(string[] args)
{
switch (value)
{
case 0:
return null;
case 1:
// Indented comment
/* fall through */
default:
}
}