Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
gdb
/
testsuite
/
gdb.base
/
shr2.c
blob: 1007b61e1ca535e285813c35437b596373f98802 [
file
] [
log
] [
blame
]
int
shr2
(
int
x
)
{
return
2
*
x
;
/* shr2-return */
}
int
shr2_local
(
int
x
)
{
return
2
*
x
;
}