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
/
980602-1.c
blob: 2df7283740f98908d03defdac931a109d8423a59 (
plain
)
1
2
3
4
5
6
7
8
9
10
main() { int i; for (i = 1; i < 100; i++) ; if (i == 100) exit (0); abort (); }