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