Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
shand.c
blob: 5a401961355ede50ad3256b3887168528a8b4b68 [
file
] [
log
] [
blame
]
int
foo
(
x
,
c
)
int
x
;
{
return
x
>>
24
&
0xff
;
}
bar
(
x
)
{
return
(
int
)(
x
&
0xfffff
)
<<
13
;
}