summaryrefslogtreecommitdiff
path: root/test_inputs/codegen/omega/wak4-0.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_inputs/codegen/omega/wak4-0.c')
-rw-r--r--test_inputs/codegen/omega/wak4-0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_inputs/codegen/omega/wak4-0.c b/test_inputs/codegen/omega/wak4-0.c
index bf6eb223..5cefe4be 100644
--- a/test_inputs/codegen/omega/wak4-0.c
+++ b/test_inputs/codegen/omega/wak4-0.c
@@ -1,4 +1,4 @@
-for (int c0 = max(max(max(max(a1, a2), a3), a4), a5); c0 <= min(min(min(min(b5, b4), b3), b2), b1); c0 += 1) {
+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);
}