repo.or.cz
/
binutils-gdb
/
blckswan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb/blckswan.git]
/
gdb
/
testsuite
/
gdb.cp
/
namespace-nested-import.cc
blob
551f8ee69ce38bad4d88dea60783dc06f1476137
1
namespace
A
{
2
namespace
B
{
3
namespace
C
{
4
int
x
=
5
;
5
}
6
}
7
}
8
9
int
main
(){
10
using namespace
A
::
B
;
11
return
C
::
x
;
12
}