// PR c++/19440 // Origin: Volker Reichelt // { dg-do compile } template struct A { ~A<0>(); // { dg-error "parse error|declaration" } };