2 // { dg-options "-O2" }
3 // Test whether this builtin minimally works in G++.
4 // Origin: Kaveh Ghazi Jan 16, 2001
5 // Copyright (C) 2001 Free Software Foundation.
10 extern "C" void abort (void);
18 if (::__builtin_strcpy (f, "hello world") != f
19 || __builtin_memcmp (f, "hello world", sizeof ("hello world")))