modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/pr38343-2.c (about)

     1  /* PR middle-end/38343 */
     2  
     3  static struct S
     4  {
     5    char f[6];
     6  } s[] = { {"01000"} };
     7  
     8  char *
     9  foo (void)
    10  {
    11    return __builtin_stpcpy (s[0].f, "S0022");
    12  }