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
/
920409-1.c
blob: 938ce7d92d61e157b8e66fd5b2cb14c5675ef6be (
plain
)
1
x
(){
signed
char
c
=-
1
;
return
c
<
0
;}
main
(){
if
(
x
()
!=
1
)
abort
();
exit
(
0
);}