Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / parse / namespace6.C
blob06642d429ef1ed77909caf85cbf15088d0945654
1 namespace a {
2     namespace b {
3         void foo();
4     }
7 void
8 a::b:foo() // { dg-error "" }