]> andersk Git - splint.git/blame - test/manual/modify.c
noexpand always false.
[splint.git] / test / manual / modify.c
CommitLineData
77970e15 1void setx (int *x, int *y)
2 /*@modifies *x@*/
3{
4 *y = *x;
5}
6
7void sety (int *x, int *y)
8 /*@modifies *y@*/
9{
10 setx (y, x);
11}
12
This page took 0.059271 seconds and 5 git commands to generate.