chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / elf / neededobj2.c
1 extern void b_function (void);
2 extern void c_function (void);
3
4 void
5 b_function (void)
6 {
7   c_function();
8 }