aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/ns14.C
blob: 3c3ad3fc20ba9428a4384877af58ee3845dc29b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Build don't link:

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

using Jazz::horn;

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