]> andersk Git - splint.git/blob - test/csyntax3.c
noexpand always false.
[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.054925 seconds and 5 git commands to generate.