]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-plugin/pr20070b.c
Handle symbols defined/referenced only within IR
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-plugin / pr20070b.c
1 /* The first line of this file must match the expectation of
2 onall_symbols_read in testplug4.c and the size of this file
3 must match the expectation of onclaim_file in testplug4.c. */
4
5 extern int retval;
6
7 int func (void)
8 {
9 return retval;
10 }