1// { dg-do assemble  }
2// GROUPS niklas overloading
3extern "C" void f (char*);
4void f (const char*) {}
5