Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.ns / ns4.C
blobc2b8feebbabb81ae96cb466e89466c260bdc8c6a
1 // { dg-do assemble  }
2 namespace A{
3   enum foo{a,b,c};
5 using A::foo;
6 using A::b;
7 void g()
9   foo x;
10   x=b;