DEBSOURCES
Skip Quicknav
sources / splint / 3.1.2.dfsg1-1 / test / tests2.4 / emptycase.c
123456789
void f (int x) { switch (x) { case 1: } switch (x) { default: } }