repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge reload-branch up to revision 101000
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
namespace3.C
blob
4665d0e9e5e76baa0689e162353953b050890dbc
1
/* PR c+/3816 */
2
/* { dg-do compile } */
3
namespace A {}
4
5
namespace OtherNamespace {
6
7
typedef struct {
8
int member;
9
} A; // used to conflict with A namespace
10
11
} // end of namespace
12