index
:
agbcc
master
game boy advance c compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.old-deja
/
g++.robertl
/
eb111.C
blob: 8afc921e10970b6bc8a240ecaeb0fe289b0e5c19 (
plain
)
1
2
3
4
5
6
int main() { for(int i=1; i < 9; i++); for(int i=1; i < 9; i++); return 0; }