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
/
920711-1.c
blob: aa83452dafe39d5d37deec08ce72801490bb377f (
plain
)
1
2
f
(
long
a
){
return
(
--
a
>
0
);}
main
(){
if
(
f
(
0x80000000L
)
==
0
)
abort
();
exit
(
0
);}