source: src/Tests/Expect-s/ScopeErrors.txt @ a1d5d2a

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 a1d5d2a 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: 919 bytes
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
10--- Leaving scope containing
11Adding function thisIsAlsoNotAnError
12--- Entering scope
13Adding object x
14--- Entering scope
15--- Leaving scope containing
16--- Leaving scope containing
17Adding function thisIsStillNotAnError
18--- Entering scope
19--- Leaving scope containing
20Adding function thisIsStillNotAnError
21--- Entering scope
22--- Leaving scope containing
23Adding function butThisIsAnError
24--- Entering scope
25--- Entering scope
26--- Leaving scope containing
27--- Leaving scope containing
28Adding function butThisIsAnError
29Error: duplicate function definition for butThisIsAnError: function
30  with parameters
31    double
32  returning
33    double
34  with body
35    CompoundStmt
36
Note: See TracBrowser for help on using the repository browser.