Don't try calling lsl when file is missing.
[splint-patched.git] / test / alias5.lcl
blob57cfb3f677ef50acb4f9bccf3638302a63289a0f
1 mutable type pair;
3 void incx1 (pair p) { }
4 void incx2 (pair p) { }
5 void incx3 (pair p) { }
6 void incx4 (pair p) { }
8 only pair pair_create (void) { }
9 void pair_free (out only pair p) { modifies p; }