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