summaryrefslogtreecommitdiff
path: root/boil/tests/ex2.vapor
diff options
context:
space:
mode:
authorbd-912 <bdunahu@colostate.edu>2024-04-10 23:40:25 -0600
committerbd-912 <bdunahu@colostate.edu>2024-04-10 23:40:25 -0600
commit1080b37bbe40fe56b919d22804c159cccdca3c95 (patch)
tree8ddbb9528f575e537f925b266c8f366be6acc8b7 /boil/tests/ex2.vapor
parent61a28b7f8e709d1884ccab15f0dc38ed19dfde70 (diff)
Library rename, created A4 directories
Diffstat (limited to 'boil/tests/ex2.vapor')
-rw-r--r--boil/tests/ex2.vapor11
1 files changed, 11 insertions, 0 deletions
diff --git a/boil/tests/ex2.vapor b/boil/tests/ex2.vapor
new file mode 100644
index 0000000..25811b3
--- /dev/null
+++ b/boil/tests/ex2.vapor
@@ -0,0 +1,11 @@
+const functable_A
+ :A_foo
+
+const functable_B
+ :B_bar
+
+func A_foo (this)
+ ret
+
+func B_bar(this)
+ ret \ No newline at end of file