Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wreturn-2.C
blob: 460afd53a8c48962298a2228a58f57713fed813f [
file
] [
log
] [
blame
]
// { dg-do compile }
int
foo
(
int
first
)
{
while
(
true
)
{
return
first
;
}
}
// { dg-bogus "control reaches" }