]> andersk Git - splint.git/blob - test/csyntax3.c
os2/makeos2.cmd: also make in ../lib with `-o' option.
[splint.git] / test / csyntax3.c
1 typedef int a1;
2
3 a1 main()
4 {
5   int x;
6   a1 a1;
7   
8   x = 3;
9   a1 = x;
10   return a1;
11 }
12
This page took 0.033548 seconds and 5 git commands to generate.