1 // { dg-do assemble  }
2 
3 namespace A {
4   int i = 1;
5 }
6 
7 namespace A {
8   int j = i;
9 }
10