src/optparse.lisp: Simplify `set-command-line-arguments'.
[sod] / src / bar.sod
CommitLineData
bf090e02
MW
1/* another example module */
2
3demo "bar, before import";
4import "foo";
5demo "bar, after import";