summaryrefslogtreecommitdiff
path: root/vaporize/tests/ex32.vapor
diff options
context:
space:
mode:
authorbd-912 <bdunahu@colostate.edu>2024-04-26 15:50:38 -0600
committerbd-912 <bdunahu@colostate.edu>2024-04-26 15:50:38 -0600
commit1851f5e76018ec1df3b55dce6cc9a64c9497bf7a (patch)
tree30f629f7b137a494d4202487f4e22df2d9456481 /vaporize/tests/ex32.vapor
parent012298517078170762112abe2654dc69b2f146e1 (diff)
Rearrange directory structure
Diffstat (limited to 'vaporize/tests/ex32.vapor')
-rw-r--r--vaporize/tests/ex32.vapor15
1 files changed, 0 insertions, 15 deletions
diff --git a/vaporize/tests/ex32.vapor b/vaporize/tests/ex32.vapor
deleted file mode 100644
index 8a8dc62..0000000
--- a/vaporize/tests/ex32.vapor
+++ /dev/null
@@ -1,15 +0,0 @@
-func Main()
- t.3 = HeapAllocZ(4)
- [t.3+0] = :functable_A
- t.4 = [t.3+0]
- t.5 = [t.4+0]
- t.6 = 12
- t.10 = call t.5(t.3 t.6)
- PrintIntS(t.10)
- ret
-
-const functable_A
- :A_foo
-
-func A_foo(this t.1)
- ret t.1