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
/
920721-1.c
blob: 086b5463f7f070755ae7636e2671ce17c0cc2022 (
plain
)
1
2
long
f
(
short
a
,
short
b
){
return
(
long
)
a
/
b
;}
main
(){
if
(
f
(
-
32768
,
-
1
)
!=
32768L
)
abort
();
else
exit
(
0
);}