// { 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" }


syntax highlighted by Code2HTML, v. 0.9.1