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
PR c++/67273
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
namespace8.C
blob
d5a9b0ac131de7b1de5e6acbe29442bb671f7f20
1
namespace X {
2
typedef struct {
3
} x;
4
}
5
typedef X::x x;
6
using X::x;