index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
external
/
c-testsuite
/
tests
/
single-exec
/
00105.c
blob: 919ec6d9b78566aa6c3b54ad7323e3848f8cbe10 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
11
int main() { int i; for(i = 0; i < 10; i++) if (!i) continue; return 0; }