source: src/Tests/SynTree/Expected-SymTab/ScopeErrors.tst@ 334163c

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

licencing: seventh groups of files

  • Property mode set to 100644
File size: 1.0 KB
Line 
1Adding object thisIsAnError
2Adding object thisIsAnError
3Adding object thisIsNotAnError
4Adding object thisIsNotAnError
5Adding function thisIsAlsoNotAnError
6--- Entering scope
7--- Entering scope
8Adding object thisIsNotAnError
9--- Leaving scope containing
10thisIsNotAnError (__thisIsNotAnError__i) (2)
11--- Leaving scope containing
12Adding function thisIsAlsoNotAnError
13--- Entering scope
14Adding object x
15--- Entering scope
16--- Leaving scope containing
17--- Leaving scope containing
18x (__x__d) (1)
19Adding function thisIsStillNotAnError
20--- Entering scope
21--- Leaving scope containing
22Adding function thisIsStillNotAnError
23--- Entering scope
24--- Leaving scope containing
25Adding function butThisIsAnError
26--- Entering scope
27--- Entering scope
28--- Leaving scope containing
29--- Leaving scope containing
30Adding function butThisIsAnError
31Error: duplicate definition for thisIsAnError: a signed int
32Error: duplicate function definition for butThisIsAnError: a function
33 with parameters
34 double
35 returning
36 double
37 with body
38
Note: See TracBrowser for help on using the repository browser.