source: translator/Tests/SynTree/Expected/StructMember.tst @ 01aeade

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 01aeade was 51b7345, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

initial commit

  • Property mode set to 100644
File size: 1.6 KB
Line 
1T: a typedef for signed int
2struct S
3    with members
4      m1: a signed int
5      m2: a signed int
6      signed int
7      signed int
8      signed int
9      m3: a signed int
10      m4: a signed int
11      m5: a signed int
12      m6: a signed int
13      m7: a pointer to signed int
14      m8: a pointer to signed int
15      m9: a pointer to signed int
16      m10: a pointer to function
17          returning
18            signed int
19
20      m11: a pointer to function
21          with parameters
22            signed int
23          returning
24            pointer to signed int
25
26      T: a instance of type T
27      T: a instance of type T
28      m12: a pointer to signed int
29      m13: a pointer to signed int
30      m14: a pointer to function
31          with parameters
32            signed int
33          returning
34            pointer to signed int
35
36      signed int
37      signed int
38      signed int
39      signed int
40      pointer to signed int
41      signed int
42      signed int
43      pointer to 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 function
50          returning
51            signed int
52
53      pointer to pointer to function
54          with parameters
55            signed int
56          returning
57            signed int
58
59      instance of type T
60
61s: a instance of struct S
62union U
63    with members
64      m1: a open array of signed int
65      m2: a open array of signed int
66      m3: a pointer to signed int
67      m4: a pointer to signed int
68
69u: a instance of union U
Note: See TracBrowser for help on using the repository browser.