summaryrefslogtreecommitdiff
path: root/test.lang
diff options
context:
space:
mode:
Diffstat (limited to 'test.lang')
-rw-r--r--test.lang2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.lang b/test.lang
index db0ff66..52e100b 100644
--- a/test.lang
+++ b/test.lang
@@ -1,7 +1,7 @@
func main(a, b i64) i64 {
let x = 2
if a < b {
- x := 3 + a
+ x := 3 + (a / x)
} else {
x := 4 + (x * b)
}