xxxxxxxxxx
extern(C++, ns1):
extern(C++, ns2): // Not in nested scope. Should it supersede?
void foo();
pragma(msg, foo.mangleof);
void main() { }