xref
: /
openbsd
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
931031-1.c
(revision 09467b48)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
struct
s
2
{
3
int
pad
:
1
,
no
:
1
;
4
};
5
6
f
(
struct
s
*
b
,
int
c
)
7
{
8
char
d
=
b
->
no
&&
c
;
9
}
10