Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-plugin
/
func.c
blob: 7b0c0436f1d38c673bc11a6a473dbbd013dd4ee4 [
file
] [
log
] [
blame
]
/* The first line of this file must match the expectation of
onall_symbols_read in testplug2.c and the size of this file
must match the expectation of onclaim_file in testplug2.c. */
extern
int
retval
;
int
func
(
void
)
{
return
retval
;
}