1 /* { dg-lto-do link } */
2 /* { dg-require-effective-target fpic } */
3 /* { dg-lto-options {{-fPIC -r -nostdlib -flto}} } */
4 /* { dg-extra-ld-options "-flinker-output=nolto-rel" } */
5 
6 typedef struct {
7     int NumPackStreams;
8 } CSzAr;
cli_7unz(CSzAr db)9 void cli_7unz (CSzAr db) { }
10 
11