]> andersk Git - splint.git/blame - test/manual/noeffect.c
Fixes for win32
[splint.git] / test / manual / noeffect.c
CommitLineData
77970e15 1extern void nomodcall (int *x) /*@*/;
2extern void mysterycall (int *x);
3
4int noeffect (int *x, int y)
5{
6 y == *x;
7 nomodcall (x);
8 mysterycall (x);
9 return *x;
10}
This page took 0.058071 seconds and 5 git commands to generate.