blob: f3642759717dc1dc98f538264f905988b4923cc5 [file] [log] [blame]
// PR c++/9798
namespace std { }
namespace STL { using namespace std; }
namespace std {
using namespace STL;
}
namespace STL {
struct A {
void B() { using namespace std; }
};
}