Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920428-5.c
blob: 4aa4f60086eb6443d89462a2cbab2b1951777e74 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
typedef
struct
{
unsigned
b0
:
1
;}*
t
;
x
(
a
,
b
)
t a
,
b
;{
b
->
b0
=
a
->
b0
;}