Mention IFUNC enhancements to testsuite in NEWS.
[platform/upstream/glibc.git] / elf / unload8mod2.c
1 extern void mod3 (void);
2
3 void
4 mod2 (void)
5 {
6   mod3 ();
7 }