]> andersk Git - splint.git/blame_incremental - test/alias5.lcl
Fixed problem with loop guards in loop test effects. New test case
[splint.git] / test / alias5.lcl
... / ...
CommitLineData
1mutable type pair;
2
3void incx1 (pair p) { }
4void incx2 (pair p) { }
5void incx3 (pair p) { }
6void incx4 (pair p) { }
7
8only pair pair_create (void) { }
9void pair_free (out only pair p) { modifies p; }
This page took 0.034758 seconds and 5 git commands to generate.