Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920501-15.c
blob: aaae9d34716e9aa4ba37672f5ba5ff6d0c473dd8 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
x
(
a
)
double
a
;{
int
i
;
return
i
>
a
?
i
:
i
+
1
;}