x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)
[glibc.git] / elf / tst-nodelete2mod.c
blobe88c756f5e8bd9b2d34b0c884761c35cf892ae7c
1 /* Undefined symbol. */
2 extern int not_exist (void);
4 int foo (void)
6 return not_exist ();