DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / tests / switch.c
12345678
int main () { switch (x) { default: break; case X: f(); } }