index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
compat
/
break
/
empty6.h
blob: 47a0da8b52e3eaf44da8e41f2f96602d970c96c9 (
plain
)
1
2
3
4
5
6
7
struct
A
{};
struct
B
{
A
a
;
virtual
void
f
()
{}
int
i
;
};