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
/
gcc.dg
/
lto
/
pr27898_1.c
blob: 110e0d9df3a50f31f441e667ac0aff0833619e23 (
plain
)
1
2
3
union
u
{
struct
{
int
i
;
};
};
extern
int
foo
(
union
u
*
);