1 2 3 4 5 6 7 8 9
// PR c++/16529 namespace m {} // { dg-error "" } namespace n { namespace m {} } namespace m = n::m; // { dg-error "" }