PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 960219-1.c
blobd21bcfcad243bea85419c576311f09ad43c96642
1 f (int i)
3 if (((1 << i) & 1) == 0)
4 abort ();
7 main ()
9 f (0);
10 exit (0);