Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-plugin
/
func1p.c
blob: 917dcbbc996918f76682a2cb6f5e2c51ec66178c [
file
] [
log
] [
blame
]
extern
int
retval
;
int
__attribute__
((
visibility
(
"protected"
)))
func1
(
void
)
{
return
retval
;
}