]> andersk Git - splint.git/blob - test/tests2.5/baz.h
Fixed stupid bug in constraintList causing a segfault.
[splint.git] / test / tests2.5 / baz.h
1 /*
2  * baz.h
3  */
4
5 #ifndef _BAZ_H_
6 #define _BAZ_H_
7
8 struct pxs {
9   int a;
10   int b;
11   int c[4];
12   int d;
13 };
14
15 typedef struct pxs pxt;
16
17 struct xstr {
18   pxt a;
19 };
20
21 typedef struct xstr pvt;
22
23 struct pvas {
24   int a;
25   int b[4];
26 };
27
28 typedef struct pvas ppvat;
29
30 struct pvzas {
31   int a;
32   int c[4];
33 };
34
35 typedef struct pvzas pvzat;
36
37 struct p4zas {
38   int a;
39   int b[4];
40 };
41
42 struct yabbawabba {
43   pxt  a;
44 };
45
46 #endif /* !_BAZ_H_ */
47
48
This page took 0.078237 seconds and 5 git commands to generate.