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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
lookup4.C
blob
01e5662ad96b98370a4591f0f5521189167fb4ce
1
// PR c++/16637
2
3
typedef int I;
4
5
struct S {
6
::I I;
7
};