]> andersk Git - splint.git/blame - test/manual/names.c
noexpand always false.
[splint.git] / test / manual / names.c
CommitLineData
77970e15 1char *stringreverse (char *s);
2
3int f (int x)
4{
5 int lookalike = 1;
6 int looka1ike = 2;
7
8 if (x > 3)
9 {
10 int x = lookalike;
11 x += looka1ike;
12 }
13
14 return x;
15}
This page took 0.079544 seconds and 5 git commands to generate.