]> andersk Git - splint.git/blob - test/tests2.4/emptycase.c
Removed .lh .lcs .lcd files in test directory from distribution tar ball as suggested...
[splint.git] / test / tests2.4 / emptycase.c
1 void f (int x) {
2   switch (x) {
3   case 1:
4   }
5
6   switch (x) {
7   default:
8   }
9 }
This page took 0.0373 seconds and 5 git commands to generate.