1for (int c0 = 0; c0 <= 99; c0 += 1) {
2 A(c0, 0);
3 A(c0, 1);
4 B(c0, 0);
5 B(c0, 1);
6}
7

source code of polly/lib/External/isl/test_inputs/codegen/unroll8.c