]> andersk Git - splint.git/blob - test/argorder4.lcl
Fixed bug causing Splint is suggest using the +ignoresigns flag even if it was alread...
[splint.git] / test / argorder4.lcl
1 int glob;
2
3 int f (void) int glob; { }
4
5 int g (void) int glob; { modifies glob; }
6
7 int h (void) int glob; { modifies glob; }
8
This page took 0.037592 seconds and 5 git commands to generate.