Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr113776-1.c
blob: 36190fbc3fec23eae753e37b04ccdc9f47c25afb [
file
]
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic" } */
char
d
[(
_Bool
)
0.5
==
1
?
1
:
-
1
];
char
f
[(
_Bool
)
0.0
==
0
?
1
:
-
1
];