src/builtin.lisp: Delete unused variable binding.
[sod] / src / bar.sod
1 /* another example module */
2
3 demo "bar, before import";
4 import "foo";
5 demo "bar, after import";