universally apply our cflags (no vsx, no altivec..)
[glibc.git] / elf / tst-nodelete2mod.c
1 /* Undefined symbol. */
2 extern int not_exist (void);
3
4 int foo (void)
5 {
6 return not_exist ();
7 }