source: src/Tests/Expect-v/Enum.txt@ a3f9946

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 a3f9946 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: 810 bytes
Line 
1enum Colors
2 with members
3 Red: const instance of enum Colors
4 Yellow: const instance of enum Colors
5 Pink: const instance of enum Colors
6 Blue: const instance of enum Colors
7 Purple: const instance of enum Colors
8 Orange: const instance of enum Colors
9 Green: const instance of enum Colors
10
11f: function
12 returning
13 nothing
14 with body
15 CompoundStmt
16 Declaration of enum Fruits
17 with members
18 Apple: const instance of enum Fruits
19 Banana: const instance of enum Fruits
20 Pear: const instance of enum Fruits
21 Mango: const instance of enum Fruits
22
23 Declaration of fruit: instance of enum Fruits with initializer
24 Simple Initializer: Name: Mango
25
26
Note: See TracBrowser for help on using the repository browser.