First version committed to git
[zpugcc/jano.git] / toolchain / gcc / gcc / testsuite / gcc.c-torture / unsorted / divdf.c
blob5ea89ae3ddc338656ca4654028204e6893d4fbcb
1 double
2 foo (float a, float b)
4 return (double)a / (double)b;