Document gcov-io (PR gcov-profile/84735).
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / 20091027-1_0.c
blobf2669fe0f00eb9ee6c5e7c4e8edbc79f0c646786
1 /* { dg-lto-do link } */
2 /* { dg-extra-ld-options "-r -nostdlib" } */
4 typedef struct _xmlDict xmlDict;
5 struct _xmlDict {
6 int ref_counter;
7 };
8 void xmlDictCreate(void) {
9 xmlDict * dict;