(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
dimove.c
       1  foo (long long *p)
       2  {
       3    p[0] = p[1];
       4  }