Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr43661.c
blob: 1337e1df33b423b76cbc6e55c527b19bc1906ea1 [
file
] [
log
] [
blame
]
int
func
(
int
x
)
{
return
0
?
(
unsigned
short
)
(
0
?
:
1
*
(
signed
char
)
(
x
^
x
)
>=
0
)
:
1
;
}