aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/lookup11.C
blob: 61a6e91d545a1f3dd0dca65df0c13d5ebce8c869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Build don't link:

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

int i;