Remove remaining bounded-pointers support from i386 .S files.
[platform/upstream/glibc.git] / elf / nextmod2.c
1 /* Very elaborated function.  */
2
3 extern int successful_rtld_next_test (void);
4
5
6 int
7 successful_rtld_next_test (void)
8 {
9   return 42;
10 }