Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / lto / 20091020-1_1.c
blob899183a2459b04942315e0f86f0a91059f910066
1 typedef struct {
2 int NumPackStreams;
3 } CSzAr;
4 typedef struct {
5 CSzAr db;
6 } CSzArEx;
7 int SzArEx_Init(CSzArEx *p)
9 return p->db.NumPackStreams;
11 int SzArEx_GetFolderFullPackSize(const CSzArEx *p)
13 return p->db.NumPackStreams;