Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
ipa
/
pr69241-1.C
blob: 3e0502ac68cf6612c33ac436b742874def2f7760 [
file
] [
log
] [
blame
]
// PR ipa/69241
// { dg-do compile }
// { dg-options "-O2" }
struct
R
{
R
(
const
R
&)
{}
};
__attribute__
((
noreturn
))
R bar
();
R
foo
()
{
bar
();
}