glibc/elf/tst-dl_find_object-mod7.c

11 lines
167 B
C

char mod7_data;
void
mod7_function (void (*f) (void))
{
/* Make sure this is not a tail call and unwind information is
therefore needed. */
f ();
f ();
}