index
:
toolchain_gcc
master
replicant-6.0
toolchain/gcc
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.7
/
gcc
/
testsuite
/
g++.dg
/
inherit
/
access5.C
blob: 715a4a3b29b3fd71d2a61c23bce86dbd87ba0af7 (
plain
)
1
2
3
4
struct
S
{ ~
S
(); };
struct
T
:
virtual private
S
{};
struct
U
:
private
T
{};
U u
;