]> andersk Git - splint.git/blame - test/alias5.lcl
Changed the version from 3.1.1 to 3.1.0
[splint.git] / test / alias5.lcl
CommitLineData
885824d3 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 4.96145 seconds and 5 git commands to generate.