(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
20001116-1.c
       1  int x[60];
       2  char *y = ((char*)&(x[2*8 + 2]) - 8);
       3  int z = (&"Foobar"[1] - &"Foobar"[0]);