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
/
nsimport.cc
blob
92a10907f9e66cd7b9c578141fd36c7895d98aef
1
namespace
A
{
2
int
x
=
11
;
3
namespace
{
4
int
xx
=
22
;
5
}
6
}
7
8
using namespace
A
;
9
10
namespace
{
11
int
xxx
=
33
;
12
};
13
14
int
main
()
15
{
16
(
void
)
x
;
17
(
void
)
xx
;
18
(
void
)
xxx
;
19
return
0
;
20
}