Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / test / csyntax3.c
blob02bcaa3b457c74281b5c35d5cd83e3f86629b027
1 typedef int a1;
3 a1 main()
5 int x;
6 a1 a1;
8 x = 3;
9 a1 = x;
10 return a1;