OSDN Git Service

2010-02-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / error28.C
1 // PR c++/27211
2
3 struct A {};
4
5 template<int> void A::foo(); // { dg-error "member function" }