Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
shm.c
blob: b667b26abe90a41640946d4363157b671de4808f [
file
] [
log
] [
blame
]
foo
(
int
*
p
)
{
int
a
=
*
p
;
return
a
>>
24
;
}