aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/strcpy-2.c
blob: 075cdd1f6ab371bd3a000dbc1cdc07ad71e11a11 (plain)
1
2
3
4
5
6
7
char wrkstr_un[270];
extern void
LoadUserAlph (char *s)
{
  s = &wrkstr_un[0];
  __builtin_strcpy (s, "");
};