source: src/Tests/Expect-a/StructMember.txt @ 35304009

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since 35304009 was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

fix parsing error for EOF message, change cfa-ccp -x flag to -v, regression testing third attempt: consolidate example programs

  • Property mode set to 100644
File size: 2.0 KB
Line 
1T: typedef for signed int
2struct S
3    with members
4      m1: signed int with bitfield width constant expression 3 signed int
5      m2: signed int with bitfield width constant expression 4 signed int
6      signed int with bitfield width constant expression 2 signed int
7      signed int with bitfield width constant expression 3 signed int
8      signed int with bitfield width constant expression 4 signed int
9      m3: signed int
10      m4: signed int
11      m5: signed int
12      m6: signed int
13      m7: pointer to signed int
14      m8: pointer to signed int
15      m9: pointer to signed int
16      m10: pointer to function
17            accepting unspecified arguments
18          returning
19            signed int
20
21      m11: pointer to function
22          with parameters
23            signed int
24          returning
25            pointer to signed int
26
27      T: instance of type T (not function type)
28      T: instance of type T (not function type)
29      m12: pointer to signed int
30      m13: pointer to signed int
31      m14: pointer to function
32          with parameters
33            signed int
34          returning
35            pointer to signed int
36
37      signed int
38      signed int
39      signed int
40      signed int
41      pointer to signed int
42      signed int
43      signed int
44      pointer to signed int
45      pointer to signed int
46      pointer to signed int
47      pointer to signed int
48      pointer to signed int
49      pointer to signed int
50      pointer to function
51            accepting unspecified arguments
52          returning
53            signed int
54
55      pointer to pointer to function
56          with parameters
57            signed int
58          returning
59            signed int
60
61      instance of type T (not function type)
62
63s: instance of struct S
64union U
65    with members
66      m1: array of signed int with dimension of constant expression 5 signed int
67      m2: array of signed int with dimension of constant expression 5 signed int
68      m3: pointer to signed int
69      m4: pointer to signed int
70
71u: instance of union U
Note: See TracBrowser for help on using the repository browser.