Sign in
gnu
/
binutils-gdb
/
23cd66ea0ebf6df836e4e14fdf240d6eeafd5972
/
.
/
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
;
}