blob: 06642d429ef1ed77909caf85cbf15088d0945654 [file] [log] [blame]
namespace a {
namespace b {
void foo();
}
}
void
a::b:foo() // { dg-error "" }
{
}