1 2 3 4 5 6 7 8
// { dg-do assemble } static inline void strlen (const char *) { } void f () { strlen("Hi"); // { dg-bogus "" } wrongful overload }