]> andersk Git - splint.git/blame - test/argorder2.lcl
Modified tests to account for bool being defined in the standard library.
[splint.git] / test / argorder2.lcl
CommitLineData
885824d3 1int i;
2
3int f (int x, int y) int i; { modifies i; }
4int g (void) int i; { modifies i; }
5int h (void) int i; { }
This page took 0.31575 seconds and 5 git commands to generate.