llvm/clang/test/Import/overloaded-function/Inputs/F2.c

struct S { int a; };

void f(const char *arg) { }
void f(S arg) { }