Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / 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;