aboutsummaryrefslogtreecommitdiff
path: root/test/t2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/t2.c')
-rw-r--r--test/t2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/t2.c b/test/t2.c
index 11ce9b8..0f9432c 100644
--- a/test/t2.c
+++ b/test/t2.c
@@ -14,6 +14,7 @@ void main() {
mov b, @dir
hwi 1 // legs
}
+ holo_dec(dir);
dir = dir + 1;
if (dir == 4) dir = 0;
}