]> andersk Git - splint.git/blame - test/modclient.c
noexpand always false.
[splint.git] / test / modclient.c
CommitLineData
885824d3 1int mod (int p[])
2{
3 (void) f1 (p); /* 6. Statement has no effect: (void)f1(p) */
4 (void) f2 (p);
5
6 return 5;
7}
This page took 0.102309 seconds and 5 git commands to generate.