Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/ShortCircuit.c

    r10dc7491 r62edde5  
    1 void g( float f ) {}
    2 void g( int i ) {}
     1int ?!=?( int, int );
     2int ?!=?( float, float );
     3int 0;
     4
     5void g( float );
     6void g( int );
    37
    48void f( int a ) {
     
    1014}
    1115
     16//Dummy main
    1217int main(int argc, char const *argv[])
    1318{
Note: See TracChangeset for help on using the changeset viewer.