]> andersk Git - splint.git/blame - test/argorder2.lcl
Remove unused cpplib_createDefinition.
[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.060954 seconds and 5 git commands to generate.