]> andersk Git - splint.git/blame - test/ansireserved.c
noexpand always false.
[splint.git] / test / ansireserved.c
CommitLineData
885824d3 1int decimal_point;
2int srand;
3int labs;
4int _x;
5int atan2f (void);
6
7typedef int wcst;
8
9# define EVANS 72
10
11int isaFish (void)
12{
13 /*@unused@*/ int powl;
14 /*@unused@*/ float mem; /* okay */
15 /*@unused@*/ float memory;
80ee600a 16 /*@unused@*/ int wctomb; /* okay as local */
885824d3 17
18 return 3;
19}
20
This page took 1.196099 seconds and 5 git commands to generate.