source: src/Tests/Expect-a/Enum.txt@ dfee306

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