]> andersk Git - splint.git/blame - test/csyntax3.c
Update configure and makefile to aclocal/automake 1.10.1 and autoconf 2.61.
[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.065897 seconds and 5 git commands to generate.