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