Changes in src/tests/ShortCircuit.c [62edde5:10dc7491]
- File:
-
- 1 edited
-
src/tests/ShortCircuit.c (modified) (2 diffs)
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 ); 1 void g( float f ) {} 2 void g( int i ) {} 7 3 8 4 void f( int a ) { … … 14 10 } 15 11 16 //Dummy main17 12 int main(int argc, char const *argv[]) 18 13 {
Note:
See TracChangeset
for help on using the changeset viewer.