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