Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
shift.c
blob: 1ed1879c616f76b374a32682fbea932d00e498b1 [
file
] [
log
] [
blame
]
foo
(
a
)
{
if
(
a
>=
0
)
return
(
unsigned
)
a
<<
10
;
else
return
(
int
)
a
<<
10
;
}