blob: dc082472ada410fa656885d6353de819cf26e562 [file] [log] [blame]
// Build don't link:
namespace A {
int i = 1;
}
namespace A {
int j = i;
}