Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / lto / 20091020-2_0.c
blobfb1a82bb8c6b536f958c328e115302f11117b91a
1 /* { dg-lto-do link } */
2 /* { dg-lto-options {{-fPIC -r -nostdlib -flto}} } */
4 typedef struct {
5 int NumPackStreams;
6 } CSzAr;
7 typedef struct {
8 CSzAr db;
9 } CSzArEx;
10 int SzArEx_Init(CSzArEx *p)
12 return p->db.NumPackStreams;
14 int SzArEx_GetFolderFullPackSize(const CSzArEx *p)
16 return p->db.NumPackStreams;