Comment 5 for bug 321883

Revision history for this message
In , Reichelt (reichelt) wrote :

Confirmed.

Even simpler testcase:

=======================
namespace N
{
  namespace M = N;
  namespace M {}
}
=======================