Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
900516-1.c
blob: b51b870208e169ed5dad35286df86e4451a1d915 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
f
(
c
){
return
!(
c
?
2.0
:
1.0
);}