Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.ns / ns3.C
blob6cb289b57c1c17036467459a8182f01e3827d584
1 // { dg-do assemble  }
2 namespace foo{
3  void eine_funktion(int)
4  {}
7 using namespace foo;
9 namespace foo{
10  void eine_funktion(int,int)
11  {}
14 void andere_funktion()
16   eine_funktion(3,4);