blob: fc9149a7aa2d6110207bdb71e7bbbd42c13a04bf [file] [log] [blame]
// PR lto/105399
// { dg-lto-do link }
// { dg-lto-options { { -fPIC -flto -Ofast } } }
// { dg-require-effective-target shared }
// { dg-require-effective-target fpic }
// { dg-extra-ld-options "-shared -O2" }
struct S { S (); };
S::S () {}