Don't try calling lsl when file is missing.
[splint-patched.git] / test / manual / names.c
blob4d9880bfec86af0100b0af776410b6d47c314329
1 char *stringreverse (char *s);
3 int f (int x)
5 int lookalike = 1;
6 int looka1ike = 2;
8 if (x > 3)
10 int x = lookalike;
11 x += looka1ike;
14 return x;