Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
pr70029_0.C
blob: 9c8c31cf68b035c53d072c05d03ad43262db14de [
file
] [
log
] [
blame
]
// PR c++/70029
// { dg-lto-do assemble }
struct
A
{
A
();
int
foo
()
&&
__attribute__
((
__warn_unused_result__
))
{
return
0
;
}
};
A a
;