Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
920428-5.c
1
typedef
struct
{
unsigned
b0
:
1
;
}
*
t
;
x
(
a
,
b
)
t a
,
b
;
{
b
->
b0
=
a
->
b0
;
}