]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/tst-nodelete-rtldmod.cc
Fix math/test-fenvinline for no-exceptions configurations.
[thirdparty/glibc.git] / elf / tst-nodelete-rtldmod.cc
1 extern int not_exist (void);
2
3 int foo (void)
4 {
5 return not_exist ();
6 }