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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
using32.C
blob
cc0e96ca6b18381ba2bb16390eb0ab3af623c745
1
// { dg-do compile }
2
3
struct T { struct type {}; };
4
struct T2 : T { using T::type; };
5
struct T3 : T2
6
{
7
struct type {};
8
type t;
9
};