source: src/Tests/Expect-a/Misc.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 
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.