PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 950816-2.c
blob41e770d177d01a5b2ba08d20fd9f67c1eef820e0
1 f ()
3 int i;
4 float a,b,c;
5 unsigned char val[2];
6 i = func (&c);
7 val[0] = c < a ? a : c >= 1.0 ? b : c;