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