summaryrefslogtreecommitdiff
path: root/test_inputs/codegen/omega/wak4-0.c
blob: 5cefe4be4d38825c95606d4459784d4d9bcbf970 (plain)
1
2
3
4
for (int c0 = max(max(max(max(a1, a2), a3), a4), a5); c0 <= min(min(min(min(b1, b2), b3), b4), b5); c0 += 1) {
  s0(c0);
  s1(c0);
}