(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
semantic-interposition-1_0.c
       1  /* { dg-lto-do link }  */
       2  /* { dg-require-effective-target shared } */
       3  /* { dg-extra-ld-options { -shared } } */
       4  /* { dg-lto-options {{-O2 -flto -fpic -fdump-ipa-inline-details --shared}} }  */ 
       5  extern int ret1();
       6  
       7  int
       8  test()
       9  {
      10    return ret1();
      11  }
      12  /* { dg-final { scan-wpa-ipa-dump "Inlined 1 calls"  "inline"  } } */
      13