source: src/Tests/SynTree/Expected/Typedef.tst @ 843054c2

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 843054c2 was 843054c2, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

licencing: seventh groups of files

  • Property mode set to 100644
File size: 1.7 KB
Line 
1T: a typedef for signed int
2f: a function
3    with parameters
4      void
5    returning
6      void
7    with body
8      Declaration of T: a function
9          with parameters
10            instance of type T
11          returning
12            signed int
13
14
15struct __anonymous0
16    with members
17      T: a instance of type T
18
19fred: a instance of struct __anonymous0
20a: a typedef for pointer to function
21    with parameters
22      signed int
23      char
24    returning
25      signed int
26
27b: a instance of type a
28g: a function
29    with parameters
30      void
31    returning
32      signed int
33    with body
34      Declaration of a: a double
35
36c: a instance of type a
37main: a function
38    returning
39      signed int
40    with body
41
42arrayOf10Pointers: a typedef for open array of pointer to signed int
43x: a instance of type arrayOf10Pointers
44constantPointer: a typedef for const pointer to signed int
45funcPtr: a typedef for pointer to function
46    with parameters
47      open array of signed int
48    returning
49      signed int
50
51funcProto: a typedef for function
52    with parameters
53      open array of signed int
54    returning
55      signed int
56
57tupleType: a typedef for tuple of types
58    signed int
59    signed int
60
61tupleTypePtr: a typedef for pointer to tuple of types
62    signed int
63    signed int
64
65a: a typedef for pointer to signed int
66b: a typedef for pointer to signed int
67f: a typedef for function
68    with parameters
69      pointer to signed int
70    returning
71      signed int
72
73g: a typedef for function
74    with parameters
75      pointer to signed int
76    returning
77      signed int
78
79t: a typedef for tuple of types
80    pointer to static open array of signed int
81
82f: a typedef for function
83    returning
84      x: a pointer to static open array of signed int
85
Note: See TracBrowser for help on using the repository browser.