blob: 4a48bc5590e5cc72cf58c1731001527e0818a73b [file] [log] [blame]
/* { dg-do compile } */
void
foo (char *str, int i)
{
static const char text[] = "";
str[i] = 0;
if (i & 1)
__builtin_strcpy (str + i, text);
}