Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
signext2.c
blob: d2eb6370df8199a098f1ca9da6c73cf7c02e47b9 [
file
] [
log
] [
blame
]
long
long
foo
(
a
)
int
a
;
{
return
a
;
}
main
()
{
printf
(
"%d\n"
,
(
int
)
(
foo
(-
1
)
>>
32
));
}