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