blob: 4f277b248bda990075ba4675c488734cd146a680 [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" }
};