crash6.C   [plain text]


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