about summary refs log tree commit diff
path: root/elf/tst-dl_find_object-mod9.c
blob: dc2e7a20cb8a42d852878c79007bc1fdbbe829d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
char mod9_data;

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