Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / test / argorder4.lcl
blob65823a20632143d40949e91774dbb8e210e913c7
1 int glob;
3 int f (void) int glob; { }
5 int g (void) int glob; { modifies glob; }
7 int h (void) int glob; { modifies glob; }