Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / parse / enum2.C
blobf29d3b569d5f71fc4349fbf7bed6a7baf023c514
1 // { dg-do compile }
3 // Origin: Volker Reichelt <reichelt@gcc.gnu.org>
5 // PR c++/18123: ICE pushing tag from invalid template.
7 template<int> enum E { e }; // { dg-error "template declaration" }