Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20080908-2_0.C
blob: 7042b3d08d63df61b19af24225f0a4ef98a2885a [
file
] [
log
] [
blame
]
/* { dg-lto-do assemble } */
struct
Foo
{
double
x
[
3
];
};
Foo
func
()
{
Foo
f
=
{
{
0
,
0
,
0
}
};
return
f
;
}