Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / parse / struct-2.C
blobb63045bf9d6b83ba4e5302fe30d656a26ee8f5db
1 // Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2 // PR c++/18731
4 template<typename T> struct A
6     struct T::B {}; // { dg-error "invalid class name" }
7 };