OSDN Git Service

2011-02-20 Paolo Carlini <paolo.carlini@oracle.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / dtor3.C
1 // PR c++/19762
2
3 template<int> struct A { ~A(){} }; // { dg-error "" }
4 template A<>::~A(); // { dg-error "template|declaration" }