]> andersk Git - splint.git/blob - test/oldstyle2.c
Pushed back constraintResolve.c to the previous version.
[splint.git] / test / oldstyle2.c
1
2 void
3 oldDec(x)
4      int x; 
5 {
6   x = 5;
7
8
9
10 void
11 noShadow()
12 {   
13    switch (0)
14           {
15             int   x;
16                   case 0:
17                 {  x = 0;}
18         }
19 }   
20
21
22
23 void
24 unrecognized()
25 {   
26    switch (0)
27           {
28           case 0:
29                 {  x = 0;}
30         }
31 }   
This page took 0.655648 seconds and 5 git commands to generate.