1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
void f(int i) { switch(i) { case 1 ... 2: { break; } case 3 ... 5: break; default: break } }