DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / tests / switchdecl.c
1234567891011121314
void f(void) { switch (2) { int x; int x; case 2: x=y; break; case 4: j++; break; } }