Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20080908-2_0.C
blob7042b3d08d63df61b19af24225f0a4ef98a2885a
1 /* { dg-lto-do assemble }  */
2 struct Foo { double x[3]; };
3 Foo func() { Foo f = { { 0, 0, 0 } }; return f; }