summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/lookup11.C
blob: d7f12ed414f9812c187c0accb3c80c8f15181b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// { dg-do assemble  }

namespace A {
  int i;
}
using namespace A;
namespace B {
  int i;
}
using namespace B;

int i;