Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/.expect/scopeErrors.txt

    r50377a4 r193bba0  
    11scopeErrors.c:2:1 error: duplicate object definition for thisIsAnError: signed int
    22scopeErrors.c: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
     3  with parameters
     4    double
     5  returning
     6    _retval_butThisIsAnError:       Attribute with name: unused
     7double
     8  with body
     9    CompoundStmt
    910
    10 ... with body
    11   CompoundStmt
    12 
Note: See TracChangeset for help on using the changeset viewer.