]> andersk Git - splint.git/blob - test/tests2.4/bug3.c
Initial revision
[splint.git] / test / tests2.4 / bug3.c
1 int main () {
2   int i = 1;
3   int j;
4
5   switch (i) {
6   case 1:
7     j = 2;
8   case 2:
9
10   }
11
12   printf ("j = %d", j);
13 }
14   
This page took 0.77636 seconds and 5 git commands to generate.