blob: 0e49324bf273cbfa31cb26ec736cbf957afff494 [file] [log] [blame]
// { dg-do compile }
// Origin: Volker Reichelt <reichelt@gcc.gnu.org>
// PR c++/18652: ICE redeclaring variable as template.
int A; // { dg-error "previous declaration" }
template<int> struct A; // { dg-error "different kind of symbol" }