Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-plugin/pr20070b.c
2023-03-06 14:48:14 +01:00

10 lines
248 B
C

/* The first line of this file must match the expectation of
onall_symbols_read in testplug4.c and the size of this file
must match the expectation of onclaim_file in testplug4.c. */
extern int retval;
int func (void)
{
return retval;
}