OSDN Git Service

* pt.c (type_unification_real): Set input_location
[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" }