aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lto/20080912-1_0.C
blob: ebead90e03a9385e797c44400d7134896c7fb722 (plain)
1
2
3
// { dg-lto-do assemble }
struct Foo { double x[3]; };
Foo func() { Foo f = { { 0, 0, 0 } }; return f; }