]> andersk Git - splint.git/blame - test/alias5.lcl
noexpand always false.
[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 0.089207 seconds and 5 git commands to generate.