source: src/Tests/Expect-v/Misc.txt@ 37f0da8

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 string with_gc
Last change on this file since 37f0da8 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 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.