Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20080907_0.C
blob9a4552310d936547330cdb89137c3afe86595996
1 // { dg-lto-do assemble }
2 struct Foo { void func (); }; Foo & bar () { } struct Baz { Baz (Baz &); };
3 Baz dummy() { bar().func(); }