Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920829-1.c
blob: e674c924021d857c4b79c2abd4a8907b818a447f [
file
] [
log
] [
blame
]
void
f
(
double
x
){
double
y
;
y
=
x
/
0.5
;
if
(
y
<
0.1
)
y
=
1.0
;}