Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Exception.c

    ra0dcd2e r62edde5  
    1010    try {
    1111        x/4;
    12     } catch( int ) {
     12    } catch( int) {
    1313    } catch( int x ) {
    1414    } catch( struct { int i; } ) {
Note: See TracChangeset for help on using the changeset viewer.