aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/ns6.C
blob: dc082472ada410fa656885d6353de819cf26e562 (plain)
1
2
3
4
5
6
7
8
9
// Build don't link:

namespace A {
  int i = 1;
}

namespace A {
  int j = i;
}