Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / unsorted / divdf.c
blob5ea89ae3ddc338656ca4654028204e6893d4fbcb
1 double
2 foo (float a, float b)
4 return (double)a / (double)b;