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.c-torture
/
compile
/
920428-5.c
blob: ff31379928093666b7b5d719a025db376fd6c622 (
plain
)
1
typedef
struct
{
unsigned
b0
:
1
;}
*
t
;
x
(
a
,
b
)
t
a
,
b
;{
b
->
b0
=
a
->
b0
;}