index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
for-loop.c
blob: ea769c59859ec446a7aa6a80bc6421929f8844b1 (
plain
)
1
2
3
4
5
6
void g(int); void f(void) { int i; for (i = 0; i < 10; ++i) g(i); }