Changes in src/tests/ShortCircuit.c [10dc7491:62edde5]
- File:
-
- 1 edited
-
src/tests/ShortCircuit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/ShortCircuit.c
r10dc7491 r62edde5 1 void g( float f ) {} 2 void g( int i ) {} 1 int ?!=?( int, int ); 2 int ?!=?( float, float ); 3 int 0; 4 5 void g( float ); 6 void g( int ); 3 7 4 8 void f( int a ) { … … 10 14 } 11 15 16 //Dummy main 12 17 int main(int argc, char const *argv[]) 13 18 {
Note:
See TracChangeset
for help on using the changeset viewer.