Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / overload / using1.C
blobbc46c6049777e2e775cc40558c3870670fbccaec
1 void f();
3 namespace N { 
4   using ::f;
7 bool b;
9 void g() {
10   b = N::f == ::f;