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
/
921019-2.c
blob: 9003e7b64d54c4bd1c86a76e056f4b2aca20486b (
plain
)
1
2
3
4
5
6
7
8
main() { double x,y=0.5; x=y/0.2; if(x!=x) abort(); exit(0); }