blob: f2669fe0f00eb9ee6c5e7c4e8edbc79f0c646786 [file] [log] [blame]
/* { dg-lto-do link } */
/* { dg-extra-ld-options "-r -nostdlib" } */
typedef struct _xmlDict xmlDict;
struct _xmlDict {
int ref_counter;
};
void xmlDictCreate(void) {
xmlDict * dict;
}