Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / strcpy-2.c
blob075cdd1f6ab371bd3a000dbc1cdc07ad71e11a11
1 char wrkstr_un[270];
2 extern void
3 LoadUserAlph (char *s)
5 s = &wrkstr_un[0];
6 __builtin_strcpy (s, "");
7 };