blob: 4b0ec2a6aac6152d967eb6445815decc984e4af7 [file] [log] [blame]
void my_function(int a) __attribute__((overloadable));
void my_function(const char *a) __attribute__((overloadable));