x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)
[glibc.git] / elf / reldep8mod1.c
blob61d8c0edb0c2667e8ca53e11c1a878b5b0b402a2
1 #include <stdlib.h>
2 void
3 foo (void)
5 exit (0);
8 void
9 __attribute__((destructor))
10 bar (void)
12 foo ();
14 void
15 baz (void)