Some consistency changes to library & headers flags.
[splint-patched.git] / test / oldstyle2.c
blob38c55aecf7749f57fdd6b3548290eea7b56f2747
2 void
3 oldDec(x)
4 int x;
6 x = 5;
7 }
10 void
11 noShadow()
13 switch (0)
15 int x;
16 case 0:
17 { x = 0;}
23 void
24 unrecognized()
26 switch (0)
28 case 0:
29 { x = 0;}