]> andersk Git - splint.git/blob - test/tclauses/modifies.c
Added additional files to the distribution tar ball.
[splint.git] / test / tclauses / modifies.c
1 int f (int *x, int *y)
2      /*@modifies *x;@*/
3      /*@modifies *y;@*/
4 {
5   *x = 3;
6   *y = 7;
7   return 3;
8 }
This page took 0.035131 seconds and 5 git commands to generate.