src/foo.sod: Split `Second' off into its own separate chain.
[sod] / src / bar.sod
1 /* another example module */
2
3 demo "bar, before import";
4 import "foo";
5 demo "bar, after import";