OSDN Git Service

Formatting fixes.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20000211-3.c
1 void f_clos(int x)
2
3 {        
4         switch(x) {
5                 default:
6                 mumble:;
7         }
8 }
9
10