]> andersk Git - splint.git/blame - test/tclauses/modifies.c
Removed .lh .lcs .lcd files in test directory from distribution tar ball as suggested...
[splint.git] / test / tclauses / modifies.c
CommitLineData
80ee600a 1int 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.093378 seconds and 5 git commands to generate.