(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lto/
pr54625-2_0.c
       1  /* { dg-lto-do link } */
       2  /* { dg-lto-options { { -O0 -flto -w } { -O2 -flto -w } }  } */
       3  /* { dg-extra-ld-options { -r -nostdlib -flinker-output=nolto-rel } } */
       4  
       5  float a;
       6  double sin ();
       7  void
       8  update_filter ()
       9  {
      10    a = sin (0);
      11  }