modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/20090518-1.c (about) 1 float 2 foo(int i) 3 { 4 int j = i == 42; 5 return *(float *)&j; 6 }