Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / lookup / forscope2.C
blob1fed957a041ff33658e6d7671782cbdc3baac5af
1 // { dg-do compile }
3 struct S {
4   void foo() {
5      for (_ptr; ;) {}  // { dg-error "not declared" }
6      _ptr = 0;
7     }
8 };