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

6 lines
72 B
C

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