(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
20091027-1_0.c
       1  /* { dg-lto-do link } */
       2  /* { dg-extra-ld-options "-r -nostdlib -flinker-output=nolto-rel" } */
       3  
       4  typedef struct _xmlDict xmlDict;
       5  struct _xmlDict {
       6   int ref_counter;
       7  };
       8  void xmlDictCreate(void) {
       9    xmlDict * dict;
      10  }
      11