2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / builtin.C
blobe310165c64fc0992c497e95a8a40bd6047de1182
1 // { dg-do assemble  }
2 // { dg-options "-w" }
3 // Bug: g++ overloads strlen instead of bashing the builtin version.
5 extern "C" void strlen (const char *);
7 void f ()
9   strlen("Hi");