preprocessor: Create the parser before handling command-line includes [PR115312]
[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; }