]> andersk Git - splint.git/blame - test/csyntax3.c
Fixed manual csvoverwrite.
[splint.git] / test / csyntax3.c
CommitLineData
885824d3 1typedef int a1;
2
3a1 main()
4{
5 int x;
6 a1 a1;
7
8 x = 3;
9 a1 = x;
10 return a1;
11}
12
This page took 0.06704 seconds and 5 git commands to generate.