aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-plugin/func.c
blob: 7b0c0436f1d38c673bc11a6a473dbbd013dd4ee4 (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 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;
}