summaryrefslogtreecommitdiff
path: root/tests/vm/add_products.elna
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vm/add_products.elna')
-rw-r--r--tests/vm/add_products.elna3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/vm/add_products.elna b/tests/vm/add_products.elna
new file mode 100644
index 0000000..a5c116f
--- /dev/null
+++ b/tests/vm/add_products.elna
@@ -0,0 +1,3 @@
+proc main() {
+ printi(2 * 3 + 4 * 8);
+}