Update.
[glibc.git] / elf / testobj3.c
blob8e3d8865f70dd349d65675473b3eefc195f794f7
1 int
2 obj3func1 (int a __attribute__ ((unused)))
4 return 44;
7 int
8 obj3func2 (int a)
10 return foo (a) + 42;