Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.ns / friend1.C
blob7bdea05dc27ea59de7130e39b63f3c7e866f9792
1 // { dg-do assemble  }
2 namespace A{
3   void f(int);
6 class X{
7   friend void A::f(int);
8 };