source: src/Tests/SynTree/Expected/StructMember.tst@ f7d59bf

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii jacob/cs343-translation jenkins-sandbox memory new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new string with_gc
Last change on this file since f7d59bf was 843054c2, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

licencing: seventh groups of files

  • 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.