]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/neededobj4.c
Fix testing with nss-crypt.
[thirdparty/glibc.git] / elf / neededobj4.c
CommitLineData
ef044fc8
UD
1extern void a_function (void);
2extern void b_function (void);
3extern void c_function (void);
5c80f57c 4extern void d_function (void);
ef044fc8
UD
5
6void
7d_function (void)
8{
9 a_function ();
10 b_function ();
11 c_function ();
12}