summaryrefslogtreecommitdiffstats
path: root/trunk/testsuite/reloc10lib2.c
blob: fc327fcd9f07fc4a948b299c2cf9b4362c3d003b (plain)
1
2
3
4
5
6
7
8
9
10
11
extern int bar, baz, f1 (void), f2 (void);

int f3 (void)
{
  return f1 () + 3;
}

int f4 (void)
{
  return f2 () + 4;
}