]> andersk Git - splint.git/blob - test/modclient.c
Fixed preds.expect for name change.
[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.044938 seconds and 5 git commands to generate.