Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
noreturn-2.C
blob: 3b18e1dbcdf390c3f5d686d820060c1c94480a29 [
file
] [
log
] [
blame
]
// { dg-options "-Wall" }
template
<
class
T
>
int
f
(
T t
)
{
}
// { dg-warning "no return" }