void f(int x) { switch (x) { case 1: case 2: default: } ; }