blob: c9a867bc924e5f1c83ae95037dcd41a8d15163d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* { dg-lto-do link } */
/* { dg-extra-ld-options "-r -nostdlib -flinker-output=nolto-rel" } */
typedef struct _xmlDict xmlDict;
struct _xmlDict {
int ref_counter;
};
void xmlDictCreate(void) {
xmlDict * dict;
}
|