Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.other / lookup5.C
blob65c6402f10f9c56f7c846141d468a70d5ff1cbdb
1 // { dg-do assemble }
2 // Simplified from bug report by Paris Smaragdis <paris@media.mit.edu>
5 template <class T> class vector {};
6 class foo {};
7 int main() {
8         foo f;
9         f.vector(); // { dg-error "" } not a method