Ignore:
File:
1 edited

Legend:

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

    r08222c7 rbf71cfd  
    1 scopeErrors.cfa:2:1 error: duplicate object definition for thisIsAnError: signed int
    2 scopeErrors.cfa:20:1 error: duplicate function definition for butThisIsAnError: function
     1scopeErrors.c:2:1 error: duplicate object definition for thisIsAnError: signed int
     2scopeErrors.c:20:1 error: duplicate function definition for butThisIsAnError: function
    33... with parameters
    44  double
    5 ... returning
     5... returning 
    66  _retval_butThisIsAnError: double
    7   ... with attributes:
     7  ... with attributes: 
    88    Attribute with name: unused
    99
    10 ... with body
     10... with body 
    1111  CompoundStmt
    1212
Note: See TracChangeset for help on using the changeset viewer.