source: src/Tests/Expect-v/MiscError.txt @ 68cd1ce

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

fix parsing error for EOF message, change cfa-ccp -x flag to -v, regression testing third attempt: consolidate example programs

  • Property mode set to 100644
File size: 1.0 KB
Line 
1a: signed int
2b: signed int
3b: float
4g: function
5    with parameters
6      signed int
7    returning
8      nothing
9
10f: function
11    returning
12      nothing
13    with body
14      CompoundStmt
15                  Expression Statement:
16            Applying untyped:
17                Name: g
18            ...to:
19                Comma Expression:
20                  Name: b
21
22                  Name: a
23
24                  Expression Statement:
25            Applying untyped:
26                Name: g
27            ...to:
28                Comma Expression:
29                  Comma Expression:
30                    Name: b
31
32                    Name: a
33
34                  Name: b
35
36                  Expression Statement:
37            Applying untyped:
38                Name: g
39            ...to:
40                Comma Expression:
41                  Comma Expression:
42                    Name: a
43
44                    Name: b
45
46                  Name: b
47
48                  Expression Statement:
49            Sizeof Expression on:               Name: b
50
51
52
Note: See TracBrowser for help on using the repository browser.