Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20080924_0.C
blob: b1e381351bb4ee230c5b04c0e0f31a1ca274284a [
file
] [
log
] [
blame
]
// { dg-lto-do assemble }
// { dg-lto-options {{-O2 -flto -fno-strict-aliasing}} }
namespace
ns
{
template
<class>
class
hash_set
{
};
}
struct
Foo
{
long
long
f1
,
f2
,
f3
;
};
void
func
(
ns
::
hash_set
<int>
)
{
Foo
foo
=
{
0
,
0
,
0
};
}