aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lto/20080907_0.C
blob: 9a4552310d936547330cdb89137c3afe86595996 (plain)
1
2
3
// { dg-lto-do assemble }
struct Foo { void func (); }; Foo & bar () { } struct Baz { Baz (Baz &); };
Baz dummy() { bar().func(); }