repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH 7/57][Arm][GAS] Add support for MVE instructions: vstr/vldr
[binutils-gdb.git]
/
gdb
/
testsuite
/
gdb.cp
/
nsimport.cc
blob
6b180d63b3b4db7316f54655eaa9ffbd7e438691
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
x
;
17
xx
;
18
xxx
;
19
return
0
;
20
}