1 // Test whether this builtin minimally works in G++.
2 // Origin: Kaveh Ghazi Jan 16, 2001
3 // Copyright (C) 2001 Free Software Foundation.
5 // Special g++ Options: -O2
9 extern "C" void abort (void);
17 if (::__builtin_strcpy (f, "hello world") != f
18 || __builtin_memcmp (f, "hello world", sizeof ("hello world")))