]> andersk Git - splint.git/blob - test/modclient.c
noexpand always false.
[splint.git] / test / modclient.c
1 int 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.714892 seconds and 5 git commands to generate.