Sign in
gnu
/
binutils-gdb
/
dec718565a5cc22f3664c552d5618fdf21480c10
/
.
/
ld
/
testsuite
/
ld-plugin
/
func.c
blob: 7b0c0436f1d38c673bc11a6a473dbbd013dd4ee4 [
file
]
/* 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
;
}