dfmt/tests/knr/issue0049.d.ref

12 lines
169 B
Plaintext

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