OSDN Git Service

2008-08-13 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
[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" }