]> andersk Git - splint.git/blame - test/prefixes.c
Added support for ISO C99 _Bool and stdbool bool/true/false. The
[splint.git] / test / prefixes.c
CommitLineData
885824d3 1typedef int Tin_ty;
2typedef int QINT;
3typedef int tint;
4
5/*@-varuse@*/
6static int FSint;
7static int TYint;
8static int V3int;
9static int sint;
10static int Xqmxt;
11static int XqmXt;
12/*@=varuse@*/
13
14extern int Gint;
15extern int aGb_Xint;
16
17/*@external@*/ int f (void);
18extern int g (void);
19
20# define mf() \
0bd4c301 21 do { int m_x; { int y; }} while (false)
885824d3 22
23
24
This page took 0.084054 seconds and 5 git commands to generate.