source: src/Tests/SynTree/Expected/Enum.tst @ bfbf97f

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 bfbf97f was 5f2f2d7, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

fix constant types, remove unnecessary string copying, work on regression testing, fix several memory leaks

  • 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.