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

     1  static int      gl_cnt = 0;
     2  static char     gl_buf[1024];
     3  
     4  void
     5  gl_yank()
     6  {
     7    int  i;
     8  
     9    for (i=gl_cnt; i >= 0; i--)
    10      gl_buf[i+10] = gl_buf[i];
    11  }