Mention IFUNC enhancements to testsuite in NEWS.
[platform/upstream/glibc.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 }