]> andersk Git - splint.git/blob - test/tests2.4/bug1.c
Pushed back constraintResolve.c to the previous version.
[splint.git] / test / tests2.4 / bug1.c
1 int main( void )
2 {
3   int a=5,c=1;
4   
5   switch(a)
6     {
7     case 1:
8       while (c>3)
9         {
10         case 3:
11           ++c;
12         }
13     }     
14   
15   return 7;
16 }
This page took 0.04552 seconds and 5 git commands to generate.