about summary refs log tree commit diff
path: root/elf/testobj1_1.c
blob: c0f2aa467882ea874cfd3c1855e55c8d7d1e2449 (plain) (blame)
1
2
3
4
5
int
obj1func1 (int a)
{
  return 42 + obj1func2 (a);
}