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