(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
20100426_0.c
       1  /* { dg-lto-do link } */
       2  /* { dg-lto-options {{-r -nostdlib -flto -g}} } */
       3  /* { dg-extra-ld-options "-flinker-output=nolto-rel" } */
       4  
       5  long Perl_my_htonl (long l)
       6  {
       7        union { } u;
       8  }