f(int x)1 void f (int x) {
2   switch (x) {
3   case 1:
4   }
5 
6   switch (x) {
7   default:
8   }
9 }
10