source: src/Tests/Expect-s/Enum.txt@ 189243c

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 with_gc
Last change on this file since 189243c 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: 398 bytes
Line 
1Adding enum Colors
2Adding object Red
3Adding object Yellow
4Adding object Pink
5Adding object Blue
6Adding object Purple
7Adding object Orange
8Adding object Green
9Adding function f
10--- Entering scope
11--- Entering scope
12Adding enum Fruits
13Adding object Apple
14Adding object Banana
15Adding object Pear
16Adding object Mango
17Adding object fruit
18--- Leaving scope containing
19Fruits
20--- Leaving scope containing
Note: See TracBrowser for help on using the repository browser.