(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
pr52634_0.c
       1  /* { dg-require-weak "" } */
       2  /* { dg-require-alias "" } */
       3  /* { dg-lto-do link } */
       4  /* { dg-lto-options { { -flto -r -flto-partition=1to1 } } } */
       5  /* { dg-extra-ld-options "-flinker-output=nolto-rel" } */
       6  extern int cfliteValueCallBacks;
       7  void baz (int *);
       8  int main () { baz(&cfliteValueCallBacks); }