1#include "testobj.h"
2
3int
4obj1func1 (int a)
5{
6 return 42 + obj1func2 (a);
7}
8

source code of glibc/elf/testobj1_1.c