llvm-project/polly/lib/External/isl/test_inputs/codegen/shift.c

5 lines
57 B
C

for (int c0 = 0; c0 <= 9; c0 += 1) {
A(c0);
B(c0);
}