]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-plugin/func.c
Add tests for non-object IR file
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-plugin / func.c
CommitLineData
439b7f41
L
1/* The first line of this file must match the expectation of
2 onall_symbols_read in testplug2.c and the size of this file
3 must match the expectation of onclaim_file in testplug2.c. */
5d3236ee
DK
4
5extern int retval;
6
7int func (void)
8{
9 return retval;
10}