Don't try calling lsl when file is missing.
[splint-patched.git] / test / modclient.c
blobe0088c682dbe574f1360c84ab68912ac6823a2e2
1 int mod (int p[])
3 (void) f1 (p); /* 6. Statement has no effect: (void)f1(p) */
4 (void) f2 (p);
6 return 5;