summaryrefslogtreecommitdiff
path: root/tests/vm/printi_quotient.elna
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-10-06 18:07:57 +0200
committerEugen Wissner <belka@caraus.de>2024-10-06 18:09:08 +0200
commit699cc8684b1571d2501bac2c8bdf461127a420a1 (patch)
tree9caecb24007eda52a074f348bbd613da033a2069 /tests/vm/printi_quotient.elna
parent35742aa52587400950cf25170c2247f98f498d4d (diff)
downloadelna-699cc8684b1571d2501bac2c8bdf461127a420a1.tar.gz
Implement division
Diffstat (limited to 'tests/vm/printi_quotient.elna')
-rw-r--r--tests/vm/printi_quotient.elna3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/vm/printi_quotient.elna b/tests/vm/printi_quotient.elna
new file mode 100644
index 0000000..0f30f4d
--- /dev/null
+++ b/tests/vm/printi_quotient.elna
@@ -0,0 +1,3 @@
+proc main() {
+ printi(4 / 2);
+}