Sign in
gnu
/
gcc.git
/
94edbc153ae4f1c1532859836e528fc480da82d6
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
flo.c
blob: b88f425b6a29283362bd853c3c67a59df4a67662 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
foo
(
a
)
double
a
;
{
double
b
=
0.0
;
return
(
a
==
0
);
}