OSDN Git Service

Fix PR40886.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / lto / 20091027-1_0.c
1 /* { dg-lto-do link } */
2 /* { dg-extra-ld-options "-r -nostdlib" } */
3
4 typedef struct _xmlDict xmlDict;
5 struct _xmlDict {
6  int ref_counter;
7 };
8 void xmlDictCreate(void) {
9   xmlDict * dict;
10 }
11