source: src/Tests/Expect-a/Misc.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.1 KB
Line 
1a: signed int
2b: signed int
3b: float
4g: function
5    with parameters
6      signed int
7    returning
8      void
9
10g: function
11    with parameters
12      unsigned int
13    returning
14      void
15
16f: function
17    with parameters
18      void
19    returning
20      void
21    with body
22      CompoundStmt
23                  Expression Statement:
24            Applying untyped:
25                Name: g
26            ...to:
27                Comma Expression:
28                  Name: a
29
30                  Name: b
31
32                  Expression Statement:
33            Applying untyped:
34                Name: g
35            ...to:
36                Comma Expression:
37                  Comma Expression:
38                    Name: a
39
40                    Name: a
41
42                  Name: b
43
44                  Expression Statement:
45            Applying untyped:
46                Name: g
47            ...to:
48                Sizeof Expression on:                   Name: a
49
50
51                  Expression Statement:
52            Applying untyped:
53                Name: g
54            ...to:
55                Sizeof Expression on: signed int
56
57
Note: See TracBrowser for help on using the repository browser.