]> andersk Git - splint.git/blob - test/csyntax10.c
noexpand always false.
[splint.git] / test / csyntax10.c
1 typedef int tint;
2
3 int ffunc(tint tint)
4 {
5   tint = 3;
6   return tint;
7 }
8
9 int gfunc()
10 {
11   tint tint;
12
13   tint = 3;
14   return tint;
15 }
16
17 struct x
18 {
19   tint tint;
20 } ;
This page took 0.829481 seconds and 5 git commands to generate.