diff options
Diffstat (limited to 'boil/tests/ex2.vapor')
-rw-r--r-- | boil/tests/ex2.vapor | 11 |
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 |