OSDN Git Service

* g++.old-deja/g++.brendan/scope5.C: Changed "Class" to "Klasse".
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / namespace6.C
1 namespace a {
2     namespace b {
3         void foo();
4     }
5 }
6
7 void
8 a::b:foo() // { dg-error "" }
9 {
10 }