]> andersk Git - splint.git/blame - test/tests2.4/bug3.c
Pushed back constraintResolve.c to the previous version.
[splint.git] / test / tests2.4 / bug3.c
CommitLineData
885824d3 1int 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.062323 seconds and 5 git commands to generate.