Don't try calling lsl when file is missing.
[splint-patched.git] / test / csyntax13.c
blob9db1bdc094695ce4eb2adb039f9cacec06830aff
1 /*@-varuse*/
2 typedef int isr_t;
3 typedef int isrs;
5 int f()
7 isr_t isrs;
9 isr_t isrs[3];
11 return 3;