blob: c68e45a9401696e3bc8f8986a367bb893c07623e [file] [log] [blame]
struct qi {
union {
int hj;
float sl;
};
};
void
i2 (struct qi *la)
{
if (la->hj == 0)
la->sl = 0.0f;
}