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

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since d67a9a1 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: 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.