]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/neededobj6.c
Fix testing with nss-crypt.
[thirdparty/glibc.git] / elf / neededobj6.c
1 extern void a1_function (void);
2 extern void a2_function (void);
3
4 void a2_function (void)
5 {
6 a1_function ();
7 }