FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / ns14.C
blob3c3ad3fc20ba9428a4384877af58ee3845dc29b9
1 // Build don't link:
3 namespace Jazz {
4   int horn( int h ) { return 1; }
7 using Jazz::horn;
9 namespace Jazz {
10   int horn ( char c ) { return 0; }