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
/
921104-1.c
blob: 4b6f4bcfb5ba640a0055eb12c27d836a4288cd17 (
plain
)
1
2
3
4
5
6
7
8
main () { unsigned long val = 1; if (val > (unsigned long) ~0) abort(); exit (0); }