summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-plugin/pr20070b.c
blob: 228760ee9a2ec750c172f601166c917ebcba07d5 (plain)
1
2
3
4
5
6
7
8
9
10
/* 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;
}