Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.niklas / t125.C
blob90fb2b9756e60f46215d9de42abe2d2412f558a5
1 // { dg-do assemble  }
2 // GROUPS passed niklas nested-types static-members
3 struct A
5   static void f ();
6   struct B
7   {
8     void h () { f (); }
9   };