Rename Value_Range to value_range.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / overload2.C
blob85df6bd694b4a898e92be8e119a60a997e7ee0e7
1 // { dg-do assemble  }
2 namespace A{
3   void f();   // { dg-message "note" }
6 using namespace A;
8 void f();     // { dg-message "note" }
10 void g()
12   f();        // { dg-error "ambiguous" } ambiguous, ::f or A::f ?