blob: e48e189d029b0423054a5c273c23edf0d9e0a9b9 [file] [log] [blame]
// Build don't link:
static inline void strlen (const char *) { }
void f ()
{
strlen("Hi"); // gets bogus error - wrongful overload
}