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
/
init
/
pm2.C
blob: 35b9b32fea13bea2194093412bf20fe9a0978621 (
plain
)
1
2
3
4
5
6
7
struct
S
{
S
();
int
S
::*
sp
;
int
i
;
};
S
s
[
2
]
=
{};