From 1080b37bbe40fe56b919d22804c159cccdca3c95 Mon Sep 17 00:00:00 2001 From: bd-912 Date: Wed, 10 Apr 2024 23:40:25 -0600 Subject: Library rename, created A4 directories --- boil/tests/ex2.vapor | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 boil/tests/ex2.vapor (limited to 'boil/tests/ex2.vapor') 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 -- cgit v1.2.3