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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
920612-1.c
blob
a70c0d2e078ee6a0a0f68585775187fd124f8cfe
1
f
(
j
)
int
j
;{
return
++
j
>
0
;}
2
main
(){
if
(
f
((~
0U
)>>
1
))
abort
();
exit
(
0
);}