Update.
[platform/upstream/glibc.git] / elf / testobj3.c
1 int
2 obj3func1 (int a __attribute__ ((unused)))
3 {
4   return 44;
5 }
6
7 int
8 obj3func2 (int a)
9 {
10   return foo (a) + 42;
11 }