* gcc.dg/lto/20080924_0.c: Fix defaulting to int.
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / 20091027-1_1.c
blobf869bdd2d9cf7218a71a19888676356acf01ec5f
1 typedef struct _xmlDict xmlDict;
2 struct _xmlDoc {
3 struct _xmlDict *dict;
4 };
5 void xmlHashCreateDict (int, xmlDict *);
6 void xmlAddEntity(struct _xmlDoc *a) {
7 xmlDict * dict = a->dict;
8 xmlHashCreateDict(0, dict);