ns8.C   [plain text]


// Build don't link:

namespace A {
  int i = 1;
}

namespace A {
  int j = i;
}