repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
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
}