modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/execute/20080529-1.c (about) 1 /* PR target/36362 */ 2 3 extern void abort (void); 4 5 int 6 test (float c) 7 { 8 return !!c * 7LL == 0; 9 } 10 11 int 12 main (void) 13 { 14 if (test (1.0f) != 0) 15 abort (); 16 return 0; 17 }