]> andersk Git - splint.git/blob - test/tests2.4/emptycase.c
Fixes for win32
[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.14182 seconds and 5 git commands to generate.