blob: 709504c405a1e4d83c7faf837209e42c885ab138 [file] [log] [blame]
float
foo(int i)
{
int j = i == 42;
return *(float *)&j;
}