source: src/Tests/Expect-a/MiscError.txt @ b1d6dd5

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 b1d6dd5 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      void
9
10f: function
11    with parameters
12      void
13    returning
14      void
15    with body
16      CompoundStmt
17                  Expression Statement:
18            Applying untyped:
19                Name: g
20            ...to:
21                Comma Expression:
22                  Name: b
23
24                  Name: a
25
26                  Expression Statement:
27            Applying untyped:
28                Name: g
29            ...to:
30                Comma Expression:
31                  Comma Expression:
32                    Name: b
33
34                    Name: a
35
36                  Name: b
37
38                  Expression Statement:
39            Applying untyped:
40                Name: g
41            ...to:
42                Comma Expression:
43                  Comma Expression:
44                    Name: a
45
46                    Name: b
47
48                  Name: b
49
50                  Expression Statement:
51            Sizeof Expression on:               Name: b
52
53
54
Note: See TracBrowser for help on using the repository browser.