OSDN Git Service

Merge lto branch into trunk.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / lto / 20080912-1_0.C
1 // { dg-lto-do assemble }
2 struct Foo { double x[3]; };
3 Foo func() { Foo f = { { 0, 0, 0 } }; return f; }