Don't try calling lsl when file is missing.
[splint-patched.git] / test / typequals.c
blob06c6b64a4860e1ae413c65ad16397f5794bfcae1
1 # include "tq.h"
3 void f (tam xtam, tai xtai, tm xtm, ti xti)
4 /*@modifies xtam, xtai, xtm, xti@*/
6 *xtam = 3; /* 4. Operand of * is abstract type (tam): *xtam */
7 *xtai = 4; /* 5. Operand of * is abstract type (tai): *xtai */
8 *xtm = 5;
9 *xti = 8;