source: src/Tests/Expect-a/Cast.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 
1f: char
2f: function
3      accepting unspecified arguments
4    returning
5      void
6    with body
7      CompoundStmt
8        Declaration of f: char
9        Declaration of f: double
10                  Expression Statement:
11            Cast of:
12              Name: f
13
14            to:
15              signed int
16
17        Declaration of f: short signed int
18                  Expression Statement:
19            Cast of:
20              Name: f
21
22            to:
23              signed int
24
25                  Expression Statement:
26            Cast of:
27              Name: f
28
29            to:
30              pointer to function
31                    accepting unspecified arguments
32                  returning
33                    void
34
35
36                  Expression Statement:
37            Cast of:
38              Tuple:
39                                  Name: f
40
41                                  Name: f
42
43                                  Name: f
44
45
46            to:
47              long signed int
48              long double
49              pointer to function
50                    accepting unspecified arguments
51                  returning
52                    nothing
53
54
55
Note: See TracBrowser for help on using the repository browser.