Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920702-1.c
blob: 23a5395b0cd12ee12878d6b8e7cd54c58363e623 [
file
] [
log
] [
blame
]
int
somevar
;
void
yylex
()
{
register
int
result
=
0
;
int
num_bits
=
-
1
;
if
(((
result
>>
-
1
)
&
1
))
somevar
=
99
;
}