]> andersk Git - splint.git/blame - test/argorder2.lcl
Apparently splint does not correctly handle the case in which a #defined constant...
[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.072825 seconds and 5 git commands to generate.