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