Don't try calling lsl when file is missing.
[splint-patched.git] / test / charlit.c
blobf930f9229cd19d81923030fff53b94b6e4cb7fbc
1 int f (void)
3 int x = 'a';
4 double z = 3;
6 x = x + 'c' + 2 + z;
8 return 'a';
11 short s[] = { 0, -1 } ;
12 unsigned u = -3;