OSDN Git Service

* g++.dg/cdce3.C: Skip on alpha*-dec-osf5*.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / warn / noreturn-2.C
1 // { dg-options "-Wall" }
2
3 template <class T>
4 int f (T t) { }                 // { dg-warning "no return" }