src/sod.asd: Fix some minor errors in strings.
[sod] / src / bar.sod
1 /* another example module */
2
3 demo "bar, before import";
4 import "foo";
5 demo "bar, after import";