diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-19 16:10:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-19 16:10:03 +0200 |
commit | 8bd89cfca333e58f6990d7d168649dfc79878f31 (patch) | |
tree | 730bb9eec4fc5ddd086ed8465c4d7c0030db0d6b /tests/build/semantics/source/test.std | |
parent | b0524a0b18eec9d5e5c3f6ce30b6cecdd02a6306 (diff) |
Add support for sourcing/including buildfiles, print, dir{} alias
Diffstat (limited to 'tests/build/semantics/source/test.std')
-rw-r--r-- | tests/build/semantics/source/test.std | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/build/semantics/source/test.std b/tests/build/semantics/source/test.std new file mode 100644 index 0000000..84d94b7 --- /dev/null +++ b/tests/build/semantics/source/test.std @@ -0,0 +1,5 @@ +sourcee1 +sourcee1 +sourcee2 +nested/sourcee3 +sourcee1 |