]> andersk Git - splint.git/blob - test/alias5.lcl
Fixed bug causing Splint is suggest using the +ignoresigns flag even if it was alread...
[splint.git] / test / alias5.lcl
1 mutable type pair;
2
3 void incx1 (pair p) { }
4 void incx2 (pair p) { }
5 void incx3 (pair p) { }
6 void incx4 (pair p) { }
7
8 only pair pair_create (void) { }
9 void pair_free (out only pair p) { modifies p; }
This page took 0.044138 seconds and 5 git commands to generate.