summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/component2.c
blob: c963c7ae9931fbdf3a2406faedaea6d3f3f8a180 (plain)
1
2
3
4
5
for (int c0 = 0; c0 <= 9; c0 += 1) {
  B(c0);
  if (c0 == 0)
    A();
}
OpenPOWER on IntegriCloud