summaryrefslogtreecommitdiff
path: root/examples/cxx/parser/mixin/schema.map
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/parser/mixin/schema.map')
-rw-r--r--examples/cxx/parser/mixin/schema.map8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/cxx/parser/mixin/schema.map b/examples/cxx/parser/mixin/schema.map
new file mode 100644
index 0000000..22edb1e
--- /dev/null
+++ b/examples/cxx/parser/mixin/schema.map
@@ -0,0 +1,8 @@
+# file : examples/cxx/parser/mixin/schema.map
+# author : Boris Kolpackov <boris@codesynthesis.com>
+# copyright : not copyrighted - public domain
+
+include "types.hxx";
+
+base ::base*;
+derived ::derived*;