Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
divdf.c
blob: 5ea89ae3ddc338656ca4654028204e6893d4fbcb [
file
] [
log
] [
blame
]
double
foo
(
float
a
,
float
b
)
{
return
(
double
)
a
/
(
double
)
b
;
}