This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
binutils-gdb
Watch
12
Star
0
Fork
You've already forked binutils-gdb
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
a14a62ddff
binutils-gdb
/
gdb
/
testsuite
/
gdb.cp
/
namespace-nested-import.cc
13 lines
134 B
C++
Raw
Blame
History
namespace
A
{
namespace
B
{
namespace
C
{
int
x
=
5
;
}
}
}
int
main
(
)
{
using
namespace
A
:
:
B
;
return
C
:
:
x
;
}
Reference in New Issue
View Git Blame
Copy Permalink