aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lookup/crash6.C
blob: b8481be4d34e32a6fdfabe4c3ed7884fc0fe66e2 (plain)
1
2
3
4
5
6
7
8
// { dg-do compile }

// Origin: Volker Reichelt <reichelt@gcc.gnu.org>

// PR c++/18652: ICE redeclaring variable as template.

int A;			// { dg-message "previous declaration" }
template<int> struct A; // { dg-error "different kind of symbol" }