* passes.c (ipa_write_summaries): Only modify statements if body
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / 20091027-1_0.c
blobc9a867bc924e5f1c83ae95037dcd41a8d15163d6
1 /* { dg-lto-do link } */
2 /* { dg-extra-ld-options "-r -nostdlib -flinker-output=nolto-rel" } */
4 typedef struct _xmlDict xmlDict;
5 struct _xmlDict {
6 int ref_counter;
7 };
8 void xmlDictCreate(void) {
9 xmlDict * dict;