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

     1  int
     2  sub1 (char *p, int i)
     3  {
     4    char j = p[i];
     5  
     6    {
     7      void
     8      sub2 ()
     9        {
    10  	i = 2;
    11  	p = p + 2;
    12        }
    13    }
    14  }