1 /* Very elaborated function.  */
2 
3 extern int successful_rtld_next_test (void);
4 
5 
6 int
successful_rtld_next_test(void)7 successful_rtld_next_test (void)
8 {
9   return 42;
10 }
11