summaryrefslogtreecommitdiffstats
path: root/trunk/testsuite/reloc10lib1.c
blob: 2ee06d2d4b3b14c965086217c6f6a10481ade2ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
int bar = 26;
int baz = 28;

int f1 (void)
{
  return 1;
}

int f2 (void)
{
  return 2;
}