source: translator/Tests/Parser/Expected/Array.tst @ 51b7345

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

initial commit

  • Property mode set to 100644
File size: 1.1 KB
Line 
1a1: a open array of int
2a2: a variable-length array of int
3a4: a array of 3 int
4m1: a open array of array of 3 int
5m2: a variable-length array of variable-length array of int
6m4: a array of 3 array of 3 int
7T: a typedef definition for int
8fred: a function
9  with no parameters
10  returning int
11  with body
12    a1: a open array of int
13    a2: a variable-length array of int
14    a4: a array of     3 int
15    T: a array of     3 int
16
17mary: a function
18  with parameters
19    T: a array of     3 int
20    p1: a const array of     3 int
21    p2: a static array of     3 int
22    p3: a const static array of     3 int
23  returning int
24  with body
25
26  Null Statement:
27
28tom: a function
29  with no parameters
30  returning pointer to array of     3 int
31  with body
32
33  Null Statement:
34
35jane: a function
36  with no parameters
37  returning pointer to function
38      with parameters
39        T: a array of         3 int
40        p1: a const array of         3 int
41        p2: a static array of         3 int
42        p3: a const static array of         3 int
43      returning int
44
45  with body
46
47  Null Statement:
48
Note: See TracBrowser for help on using the repository browser.