(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
20091005-2_0.c
       1  /* { dg-lto-do link } */
       2  /* { dg-lto-options {{-fstrict-aliasing -flto}} } */
       3  
       4  typedef struct { } t_commrec;
       5  typedef struct { } t_fft_c;
       6  void
       7  solve_pme(t_commrec *cr)
       8  {
       9      t_fft_c *ptr;
      10  } 
      11  int main () { return 0; }