(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
pr64684_1.c
       1  /* { dg-options "-Os" } */
       2  
       3  extern int a;
       4  
       5  void
       6  fn2 (void)
       7  {
       8    a = 0;
       9  }