Update.
[glibc.git] / elf / testobj1_1.c
blobc0f2aa467882ea874cfd3c1855e55c8d7d1e2449
1 int
2 obj1func1 (int a)
4 return 42 + obj1func2 (a);