crypt: Remove libcrypt support
[glibc.git] / elf / tst-dl_find_object-mod3.c
blobc1fc20ff9ce34503e559bb8b7b16f93832753e82
1 char mod3_data[4096];
3 void
4 mod3_function (void (*f) (void))
6 /* Make sure this is not a tail call and unwind information is
7 therefore needed. */
8 f ();
9 f ();