projects
/
platform
/
upstream
/
isl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add packaging
[platform/upstream/isl.git]
/
test_inputs
/
codegen
/
separate.c
1
{
2
a(0);
3
for (int c0 = 1; c0 <= 9; c0 += 1) {
4
b(c0 - 1);
5
a(c0);
6
}
7
b(9);
8
}