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
/
bitfield7.h
blob: 2060bf7473b98a0b2676a069fb28ae8d503bb2de (
plain
)
1
2
3
union
U
{
int
i
:
4096
;
};