source: src/Tests/Expect-a/Cast.txt@ 7a48361a

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii jacob/cs343-translation jenkins-sandbox memory new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since 7a48361a was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 10 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.