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