2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / std1.C
blobeacf539d44da3e1160a83e452099ac57a14f68fc
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 extern "C" int memcmp (const void * __s1,
5                        const void * __s2,
6                        __SIZE_TYPE__ __n) throw ();
8 namespace std {
9 void f () {
10   memcmp (0, 0, 0);