Build: Set gcc_cv_as_mips_explicit_relocs if gcc_cv_as_mips_explicit_relocs_pcrel
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / ns14.C
blob463131d565d648192563908b8d97eaf881935776
1 // { dg-do assemble  }
3 namespace Jazz {
4   int horn( int h ) { return 1; }
7 using Jazz::horn;
9 namespace Jazz {
10   int horn ( char c ) { return 0; }