localedata: fix weekdays in mdf_RU locale
[glibc.git] / elf / tst-dl_find_object-mod7.c
blob71353880da7270dfd35bd27261638266d1c8a69f
1 char mod7_data;
3 void
4 mod7_function (void (*f) (void))
6 /* Make sure this is not a tail call and unwind information is
7 therefore needed. */
8 f ();
9 f ();