Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / test / csyntax8.c
blob19d25ccc5dc81bf08ce573d2a5cf1745a293e5c9
1 int x;
3 char y;
4 short int z;
5 int short w;
7 int f(int x, int y);