source: src/Tests/SynTree/Expected/Array.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 
1a1: a open array of signed int
2a2: a variable length array of signed int
3a4: a array of   Constant Expression: 3signed int
4m1: a open array of array of   Constant Expression: 3signed int
5m2: a variable length array of variable length array of signed int
6m4: a array of   Constant Expression: 3array of   Constant Expression: 3signed int
7T: a typedef for signed int
8fred: a function
9    returning
10      signed int
11    with body
12      Declaration of a1: a open array of signed int
13      Declaration of a2: a variable length array of signed int
14      Declaration of a4: a array of         Constant Expression: 3signed int
15      Declaration of T: a array of         Constant Expression: 3signed int
16
17mary: a function
18    with parameters
19      T: a array of         Constant Expression: 3signed int
20      p1: a const array of         Constant Expression: 3signed int
21      p2: a static array of         Constant Expression: 3signed int
22      p3: a const static array of         Constant Expression: 3signed int
23    returning
24      signed int
25    with body
26
27      Null Statement
28
29tom: a function
30    returning
31      pointer to array of         Constant Expression: 3signed int
32    with body
33
34      Null Statement
35
36jane: a function
37    returning
38      pointer to function
39          with parameters
40            T: a array of               Constant Expression: 3signed int
41            p1: a const array of               Constant Expression: 3signed int
42            p2: a static array of               Constant Expression: 3signed int
43            p3: a const static array of               Constant Expression: 3signed int
44          returning
45            signed int
46
47    with body
48
49      Null Statement
50
Note: See TracBrowser for help on using the repository browser.