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

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