Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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" }