(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr67312.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O0 -ftree-coalesce-vars" } */
       3  
       4  void foo (int x, int y)
       5  {
       6      y = x;
       7  }