Don't try calling lsl when file is missing.
[splint-patched.git] / test / czechnames.c
blobadc379782f66eada44ad032f1999d6444d65056e
1 # include "bool.h"
2 # include "pivo.h"
4 int pivo_pyet;
5 int michelob_light; /* bad */
6 pivo budlight;
8 /*@constant int pivo_devenast;@*/
9 # define pivo_devenast 12
11 bool pivo_yedno (pivo p)
13 /* pivo is accessible if +accessczech */
15 return (p == 1);
18 /* okay, since no types are accessible */
19 int samAdams (int x)
21 return x;
24 /*@access pivo@*/
26 int budweiser (int x) /* definitely an error! */
28 return x;
31 pivo pivo_budvar (int x) /* that's better! */
33 return x;