From ae446ac42f9943b6ab9f9d1ac44425e79cc9eba9 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 9 Dec 2022 16:54:30 +0100 Subject: [PATCH] test sub --- tests/10_math.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/10_math.test b/tests/10_math.test index 782899a..cbee8d6 100644 --- a/tests/10_math.test +++ b/tests/10_math.test @@ -1,2 +1,2 @@ -int res = 13 * 100 + 12; +int res = 13 * 100 + 20 - 8; res = res * 2 / 2;