(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
921012-2.c
       1  struct foo {
       2  int a,b,c;
       3  };
       4  f(struct foo*a,struct foo*b)
       5  {
       6  *a=*b;
       7  }