rt_gccstream/gcc/testsuite/gcc.c-torture/compile/950816-2.c

9 lines
115 B
C

f ()
{
int i;
float a,b,c;
unsigned char val[2];
i = func (&c);
val[0] = c < a ? a : c >= 1.0 ? b : c;
}