1void my_function(int a) __attribute__((overloadable)); 2void my_function(const char *a) __attribute__((overloadable)); 3