blob: 917681fc13e0343cb6841133723764455fcada55 [file] [log] [blame]
// PR c++/19440
// Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
// { dg-do compile }
template<int> struct A
{
~A<0>(); // { dg-error "parse error|declaration|template-id" }
};