[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20080912-1_0.C
blobebead90e03a9385e797c44400d7134896c7fb722
1 // { dg-lto-do assemble }
2 struct Foo { double x[3]; };
3 Foo func() { Foo f = { { 0, 0, 0 } }; return f; }