repo.or.cz
/
official-gcc
/
alias-decl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* config/bfin/bfin.c (effective_address_32bit_p): Return true for
[official-gcc/alias-decl.git]
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
ns2.C
blob
2ad2ec0e3acde15013acf79e9611479f6b74f527
1
// PR c++/18161
2
3
namespace m
4
{
5
namespace n
6
{
7
}
8
}
9
10
namespace n
11
{
12
}
13
14
namespace o
15
{
16
namespace n = ::m::n;
17
}