rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20000211-3.c

11 lines
114 B
C

void f_clos(int x)
{
switch(x) {
default:
mumble:;
}
}