PR ipa/61602
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr45860.c
blob4a48bc5590e5cc72cf58c1731001527e0818a73b
1 /* { dg-do compile } */
3 void
4 foo (char *str, int i)
6 static const char text[] = "";
7 str[i] = 0;
8 if (i & 1)
9 __builtin_strcpy (str + i, text);