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
/
lto
/
pr45621.h
blob: 81a764225c7b0efcef4c6f7787c59d8bf075e2b1 (
plain
)
1
2
3
4
5
6
7
8
struct
S
{
void
m
();
virtual
void
v1
();
virtual
void
v2
();
};
extern
S
s
;