Don't try calling lsl when file is missing.
[splint-patched.git] / test / repexpose.lcl
blob069a9fd94cae4640c7622f80c74d9276ce87130f
1 mutable type abst ;
2 immutable type immut ;
4 char **globstring;
6 only abst abst_create (dependent abst p, only char *x, int i) 
7    char **globstring; { }
9 only char *abst_name (abst a) { }
10 int abst_val (abst a) { }
11 int *abst_aval (abst a) { }
12 only abst abst_parent (only abst a) { }
13 dependent char *immut_name (immut im) { }
14 void abst_setIm (abst a, immut im) { }
15 immut abst_getIm (abst a) { }