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
ignore invalid DOF provider sections
[binutils-gdb.git]
/
gdb
/
testsuite
/
gdb.cp
/
namespace-enum.cc
blob
3eaf48f9ef84e6cc831d7f013a51149aea72a801
1
enum
A
{
A_A
};
2
enum
A a
=
A_A
;
3
4
namespace
foo
5
{
6
enum
B
{
B_B
};
7
enum
B b
=
B_B
;
8
};