aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/warn/noreturn-2.C
blob: 3b18e1dbcdf390c3f5d686d820060c1c94480a29 (plain)
1
2
3
4
// { dg-options "-Wall" }

template <class T>
int f (T t) { }			// { dg-warning "no return" }