Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / nested8.C
blob6c283fab4a3deb2c667e556ccdd77e3f1e33c068
1 // { dg-do assemble  }
3 struct A { };
4 struct B: public A {
5   struct C {
6 friend struct B;                // { dg-bogus "" } base clause w/o members
7   };
8 };