Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / template / error13.C
blob13d8794d785651b84e1f68f402e78fa87e21227b
1 // PR c++/15227
3 template<typename> struct A {};
5 template<typename T> void A<T>::B::foo() {} // { dg-error "" }