Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / test / argorder2.lcl
blobb3ed216eaebe120ae7ff36cb7bbcba8dca77f49f
1 int i;
3 int f (int x, int y) int i; { modifies i; }
4 int g (void) int i; { modifies i; }
5 int h (void) int i; { }