xref: /aosp_15_r20/development/vndk/tools/header-checker/tests/integration/ifunc/ifunc.c (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)

ifunc_resolver()1 __attribute__((used)) static void *ifunc_resolver() {
2   return 0;
3 }
4 
5 void ifunc() __attribute__((ifunc("ifunc_resolver")));
6