Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/shortCircuit.c

    r0f35657 re757af2  
    1111
    1212void g() {
    13         int a;
    14         struct { int b; } a;
    15         if ( a ) {
     13    int a;
     14    struct { int b; } a;
     15    if ( a ) {
    1616                while ( a ) {
    1717                        int *b;
     
    1919                        }
    2020                }
    21         }
     21    }
    2222}
    2323
Note: See TracChangeset for help on using the changeset viewer.