repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge reload-branch up to revision 101000
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
lookup11.C
blob
d7f12ed414f9812c187c0accb3c80c8f15181b68
1
// { dg-do assemble }
2
3
namespace A {
4
int i;
5
}
6
using namespace A;
7
namespace B {
8
int i;
9
}
10
using namespace B;
11
12
int i;