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
/
lookup
/
anon4.C
blob: 40c4ab40a586cd9bf201aceb988299350ae125d2 (
plain
)
1
2
3
4
5
6
7
8
9
static
union
{
int
i
;
};
int
*
ip
;
void
g
()
{
ip
=
&
i
;
}