(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
pr61526_0.c
       1  /* { dg-require-effective-target fpic } */
       2  /* { dg-require-effective-target shared } */
       3  /* { dg-lto-do link } */
       4  /* { dg-lto-options { { -fPIC -flto -flto-partition=1to1 } } } */
       5  /* { dg-extra-ld-options { -shared } } */
       6  
       7  static void *master;
       8  void *foo () { return master; }