x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)
[glibc.git] / elf / reldep9mod1.c
blobb75f9f1f1f8873a0c82923b3fadac3280ea86529
1 #include <stdlib.h>
2 void
3 foo (void)
5 exit (0);
8 void
9 __attribute__((destructor))
10 bar (void)
12 foo ();
15 void
16 __attribute__((constructor))
17 destr (void)
19 extern void baz (void);
20 baz ();