Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / test / csyntax4.c
blob9e26e0daceb000781cd7eba4a5ec2c7f3d5c3390
1 /* has parse errors in gcc */
2 typedef char *cstring;
3 typedef char *filename;
5 int f(cstring filename, int x);
7 cstring filename;