// { dg-do assemble }// Origin: Martin v. L�wis <loewis@informatik.hu-berlin.de>// Test for resolution of core issue 125.structA{structB{};};A::BC();namespaceB{AC();}classTest{friendA(::B::C)();// OkfriendA::B(::C)();// OkfriendA::B::C();// { dg-error "" } no A::B::C};