universally apply our cflags (no vsx, no altivec..)
[glibc.git] / elf / tst-nodelete-rtldmod.cc
1 extern int not_exist (void);
2
3 int foo (void)
4 {
5 return not_exist ();
6 }