(root)/
gcc-13.2.0/
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