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

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since 883b46c was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 9 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.