aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.mike/ns14.C
blob: 463131d565d648192563908b8d97eaf881935776 (plain)
1
2
3
4
5
6
7
8
9
10
11
// { dg-do assemble  }

namespace Jazz {
  int horn( int h ) { return 1; }
}

using Jazz::horn;

namespace Jazz {
  int horn ( char c ) { return 0; }
}