source: src/Tests/Expect-a/ScopeErrors.txt @ b1d6dd5

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 b1d6dd5 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: 877 bytes
Line 
1thisIsAnError: signed int
2thisIsAnError: signed int
3thisIsNotAnError: signed int
4thisIsNotAnError: float
5thisIsAlsoNotAnError: function
6      accepting unspecified arguments
7    returning
8      signed int
9    with body
10      CompoundStmt
11        Declaration of thisIsNotAnError: signed int
12
13thisIsAlsoNotAnError: function
14    with parameters
15      x: double
16    returning
17      signed int
18    with body
19      CompoundStmt
20
21thisIsStillNotAnError: function
22    with parameters
23      double
24    returning
25      double
26
27thisIsStillNotAnError: function
28    with parameters
29      double
30    returning
31      double
32
33butThisIsAnError: function
34    with parameters
35      double
36    returning
37      double
38    with body
39      CompoundStmt
40
41butThisIsAnError: function
42    with parameters
43      double
44    returning
45      double
46    with body
47      CompoundStmt
48
Note: See TracBrowser for help on using the repository browser.