Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
931031-1.c
blob: 9015f54f7bfa51cf3cae0f2a17680c604d21e4e6 [
file
] [
log
] [
blame
]
struct
s
{
int
pad
:
1
,
no
:
1
;
};
f
(
struct
s
*
b
,
int
c
)
{
char
d
=
b
->
no
&&
c
;
}