add packaging
[platform/upstream/isl.git] / test_inputs / codegen / cloog / orc.c
1 {
2   for (int c1 = 0; c1 <= 2; c1 += 1) {
3     S1(c1);
4     for (int c2 = 0; c2 <= -c1 + 11; c2 += 1) {
5       S2(c1, c2);
6       S3(c1, c2);
7     }
8     S4(c1);
9   }
10   for (int c1 = 0; c1 <= 14; c1 += 1) {
11     S5(c1);
12     for (int c2 = 0; c2 <= 9; c2 += 1)
13       S6(c1, c2);
14     S7(c1);
15   }
16 }