index
:
agbcc
master
game boy advance c compiler
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);}