void f() {
switch (1) {
case 1:
case 2:
break;
case 3 ... 4:
case 5 ... 5:
}
switch (int varname; 1) {
case 3 ... 5:
switch (1)
default:
switch (0)
;