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

7 lines
85 B
C

for (int c0 = 0; c0 <= 10; c0 += 1) {
S0(c0);
S1(c0);
if (c0 == 5)
S2();
}