1// Build don't link:
2// GROUPS niklas overloading
3extern "C" void f (char*);
4void f (const char*) {}
5