f_clos(int x)1 void f_clos(int x)
2 
3 {
4         switch(x) {
5                 default:
6                 mumble:;
7         }
8 }
9 
10 
11