Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / warn / noreturn-2.C
blob3b18e1dbcdf390c3f5d686d820060c1c94480a29
1 // { dg-options "-Wall" }
3 template <class T>
4 int f (T t) { }                 // { dg-warning "no return" }