repo.or.cz
/
splint-patched.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some consistency changes to library & headers flags.
[splint-patched.git]
/
test
/
alias5.lcl
blob
57cfb3f677ef50acb4f9bccf3638302a63289a0f
1
mutable type pair;
2
3
void incx1 (pair p) { }
4
void incx2 (pair p) { }
5
void incx3 (pair p) { }
6
void incx4 (pair p) { }
7
8
only pair pair_create (void) { }
9
void pair_free (out only pair p) { modifies p; }