summaryrefslogtreecommitdiff
path: root/elf/testobj3.c
blob: 8e3d8865f70dd349d65675473b3eefc195f794f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
int
obj3func1 (int a __attribute__ ((unused)))
{
  return 44;
}

int
obj3func2 (int a)
{
  return foo (a) + 42;
}