aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.jason/builtin2.C
blob: 16e4f4aa8cd963b79df6cf3ce17157bb85f57017 (plain)
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
}