From 8bd89cfca333e58f6990d7d168649dfc79878f31 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 19 Feb 2015 16:10:03 +0200 Subject: Add support for sourcing/including buildfiles, print, dir{} alias --- tests/build/semantics/include/test.std | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/build/semantics/include/test.std (limited to 'tests/build/semantics/include/test.std') diff --git a/tests/build/semantics/include/test.std b/tests/build/semantics/include/test.std new file mode 100644 index 0000000..559584c --- /dev/null +++ b/tests/build/semantics/include/test.std @@ -0,0 +1,5 @@ +includee1 +includee2 +nested/includee3 +includee4 +nested/includee5 -- cgit v1.1