Update.
[glibc.git] / elf / testobj1.c
blob9f64d675c49f43dee6687311af6d5cf0107cc25b
1 int
2 obj1func1 (int a __attribute__ ((unused)))
4 return 42;
7 int
8 obj1func2 (int a)
10 return foo (a) + 10;