repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920702-1.c
blob
23a5395b0cd12ee12878d6b8e7cd54c58363e623
1
int
somevar
;
2
void
3
yylex
()
4
{
5
register
int
result
=
0
;
6
int
num_bits
= -
1
;
7
8
if
(((
result
>> -
1
) &
1
))
9
somevar
=
99
;
10
}