From 4af5176d6377958a457da3e5f671ce21540fad70 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 18 Aug 2024 20:48:27 +0300 Subject: add tests and fixes on top of 674438 --- tests/simple_loop.qbt | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tests/simple_loop.qbt (limited to 'tests/simple_loop.qbt') diff --git a/tests/simple_loop.qbt b/tests/simple_loop.qbt deleted file mode 100644 index 32e544f..0000000 --- a/tests/simple_loop.qbt +++ /dev/null @@ -1,13 +0,0 @@ -main() -{ - i27 i = 0; - i27 max = 1000; - i27 sum = 0; - -top: - i27 sum = sum + i; - i27 i = i + 1; - i < max -> top; - &_putchar(sum) => (); - => (); -} -- cgit v1.3