blob: 9d252839c3c523f16fdcbf360c9343a70ede66f8 [file] [log] [blame]
void f(x) {
switch (x) {
case 0:
break;
}
}