summaryrefslogtreecommitdiff
path: root/test_inputs/codegen/omega/stride6-0.c
blob: 5f619bf5f22441ddb75580ff8036369f8c0ac777 (plain)
1
2
3
for (int c0 = 1; c0 <= 101; c0 += 1)
  for (int c1 = -((c0 + 1) % 2) + c0 + 1; c1 <= 400; c1 += 2)
    s0(c0, c1);