Fix ldbl-opt/s_clog10l.c libm_alias_ldouble_other usage.
[glibc.git] / elf / tst-nodelete2mod.c
blobe88c756f5e8bd9b2d34b0c884761c35cf892ae7c
1 /* Undefined symbol. */
2 extern int not_exist (void);
4 int foo (void)
6 return not_exist ();