func1
int func1(int a, int b);
int func1(uint64_t a, uint64_t b);
return func1(a, b);
__sym_compat(func1, compat_func1, TEST_1.0);