summaryrefslogtreecommitdiff
path: root/vaporize/tests/ex32.vaporm
diff options
context:
space:
mode:
Diffstat (limited to 'vaporize/tests/ex32.vaporm')
-rw-r--r--vaporize/tests/ex32.vaporm22
1 files changed, 22 insertions, 0 deletions
diff --git a/vaporize/tests/ex32.vaporm b/vaporize/tests/ex32.vaporm
new file mode 100644
index 0000000..85ecf13
--- /dev/null
+++ b/vaporize/tests/ex32.vaporm
@@ -0,0 +1,22 @@
+func Main [in 0, out 0, local 0]
+ $t0 = HeapAllocZ(4)
+ [$t0] = :functable_A
+ $t1 = [$t0]
+ $t2 = [$t1]
+ $a0 = $t0
+ $a1 = 12
+ call $t2
+ $t1 = $v0
+ PrintIntS($t1)
+ ret
+
+const functable_A
+ :A_foo
+
+func A_foo [in 0, out 0, local 1]
+ local[0] = $s0
+ $t0 = $a0
+ $s0 = $a1
+ $v0 = $s0
+ $s0 = local[0]
+ ret