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