index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
920612-1.c
blob: a70c0d2e078ee6a0a0f68585775187fd124f8cfe (
plain
)
1
2
f
(
j
)
int
j
;{
return
++
j
>
0
;}
main
(){
if
(
f
((
~
0U
)
>>
1
))
abort
();
exit
(
0
);}