Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/ShortCircuit.c

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