Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / lookup / crash6.C
blob0e49324bf273cbfa31cb26ec736cbf957afff494
1 // { dg-do compile }
3 // Origin: Volker Reichelt <reichelt@gcc.gnu.org>
5 // PR c++/18652: ICE redeclaring variable as template.
7 int A;                  // { dg-error "previous declaration" }
8 template<int> struct A; // { dg-error "different kind of symbol" }