Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI
[glibc.git] / elf / failobj.c
blob500606382e9c381513b22b460f1a481186160706
1 /* This function is supposed to not exist. */
2 extern int xyzzy (int);
4 extern int foo (int);
6 int
7 foo (int a)
9 return xyzzy (a);