source: src/Tests/Parser/Expected/Array.tst@ cd623a4

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