linux: Add HWCAP2_HBC from Linux 6.6 to AArch64 bits/hwcap.h
[glibc.git] / elf / tst-dl_find_object-mod9.c
blobdc2e7a20cb8a42d852878c79007bc1fdbbe829d1
1 char mod9_data;
3 void
4 mod9_function (void (*f) (void))
6 /* Make sure this is not a tail call and unwind information is
7 therefore needed. */
8 f ();
9 f ();