Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / parse / class2.C
blob2014f9b50e4ce0f633cf94437cbc5fef1c8d9884
1 // PR c++/13140
3 struct foo {
4   foo();
5   void f();
6   static int i;
7 };
10 namespace bar {
11   foo::foo() {} // { dg-error "namespace" }
12   void foo::f() {} // { dg-error "namespace" }
13   int foo::i; // { dg-error "namespace" }