Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / nested5.C
blob8d6a5cf69ca5140810a096781f46557e9f9d9bcc
1 // { dg-do assemble  }
3 struct A {
4   struct B { };
5 };
7 struct C : public A {
8   struct D
9     : public B                  // { dg-bogus "" } can't find B
10     { };