No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / template / dtor3.C
blob98c2ef6c18acf6e219b277d289e7f02203a0f881
1 // PR c++/19762
3 template<int> struct A { ~A(){} }; // { dg-error "" }
4 template A<>::~A(); // { dg-error "template|declaration" }