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
/
920612-1.c
blob: a70c0d2e078ee6a0a0f68585775187fd124f8cfe (
plain
)
1
2
f(j)int j;{return++j>0;} main(){if(f((~0U)>>1))abort();exit(0);}