source: tests/errors/.expect/scope.txt @ 98538288

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 98538288 was 686cb63, checked in by Thierry Delisle <tdelisle@…>, 5 years ago

Added new tests for signature errors.
Moved several error tests to errors folder.
Moved tests with no expect to zombies folder.

  • Property mode set to 100644
File size: 338 bytes
Line 
1scopeErrors.cfa:2:1 error: duplicate object definition for thisIsAnError: signed int
2scopeErrors.cfa:20:1 error: duplicate function definition for butThisIsAnError: function
3... with parameters
4  double
5... returning
6  _retval_butThisIsAnError: double
7  ... with attributes:
8    Attribute with name: unused
9
10... with body
11  CompoundStmt
12
Note: See TracBrowser for help on using the repository browser.