]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/tst-nodelete2mod.c
iconv, localedef: avoid floating point rounding differences [BZ #24372]
[thirdparty/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 }