PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / divdf.c
blob5ea89ae3ddc338656ca4654028204e6893d4fbcb
1 double
2 foo (float a, float b)
4 return (double)a / (double)b;