Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20080907_0.C
blob: 153d0ab8c061af9793cb2ab8331693e388101df5 [
file
] [
log
] [
blame
]
// { dg-lto-do assemble }
/* "WARNING: lto.exp does not support dg-additional-options" */
#pragma
GCC diagnostic ignored
"-Wreturn-type"
struct
Foo
{
void
func
();
};
Foo
&
bar
()
{
}
struct
Baz
{
Baz
(
Baz
&);
};
Baz
dummy
()
{
bar
().
func
();
}