]> andersk Git - splint.git/blame_incremental - test/alias5.lcl
Remove unused cpplib_createDefinition.
[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.035317 seconds and 5 git commands to generate.