1// { dg-lto-do assemble }
2struct Foo { void func (); }; Foo & bar () { } struct Baz { Baz (Baz &); };
3Baz dummy() { bar().func(); }
4