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