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

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 f7d59bf was 843054c2, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

licencing: seventh groups of files

  • Property mode set to 100644
File size: 595 bytes
Line 
1enum Colors
2 with members
3 Red: a untyped entity
4 Yellow: a untyped entity
5 Pink: a untyped entity
6 Blue: a untyped entity
7 Purple: a untyped entity
8 Orange: a untyped entity
9 Green: a untyped entity
10
11f: a function
12 with parameters
13 void
14 returning
15 void
16 with body
17 Declaration of enum Fruits
18 with members
19 Apple: a untyped entity
20 Banana: a untyped entity
21 Pear: a untyped entity
22 Mango: a untyped entity
23
24 Declaration of fruit: a instance of enum Fruits
25
Note: See TracBrowser for help on using the repository browser.