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

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 f6d7e0f 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: 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.