ns13.C   [plain text]


// Build don't link:

namespace N {
  struct C {
    C();
  };
}

namespace M {
  struct C {
    C();
  };
}