dfmt/tests/issue0049.d

13 lines
137 B
D

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