rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20090518-1.c

7 lines
63 B
C

float
foo(int i)
{
int j = i == 42;
return *(float *)&j;
}