(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
20090518-1.c
       1  float
       2  foo(int i)
       3  {
       4    int j = i == 42;
       5    return *(float *)&j;
       6  }