summaryrefslogtreecommitdiff
path: root/test_inputs/codegen/omega/m10-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_inputs/codegen/omega/m10-1.c')
-rw-r--r--test_inputs/codegen/omega/m10-1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test_inputs/codegen/omega/m10-1.c b/test_inputs/codegen/omega/m10-1.c
index d57375ed..0b2851f9 100644
--- a/test_inputs/codegen/omega/m10-1.c
+++ b/test_inputs/codegen/omega/m10-1.c
@@ -1,4 +1,4 @@
-for (int c0 = 1; c0 <= 18; c0 += 1)
+for (int c0 = 1; c0 <= 18; c0 += 1) {
if (c0 <= 9 && c0 >= 2) {
for (int c1 = 1; c1 <= 9; c1 += 1) {
if (c0 % 2 == 0)
@@ -11,3 +11,4 @@ for (int c0 = 1; c0 <= 18; c0 += 1)
} else if (c0 % 2 == 0)
for (int c1 = 1; c1 <= 9; c1 += 1)
s0(c1, c0 / 2);
+}