summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/multiple-include/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/multiple-include/module.modulemap')
-rw-r--r--clang/test/Modules/Inputs/multiple-include/module.modulemap2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/multiple-include/module.modulemap b/clang/test/Modules/Inputs/multiple-include/module.modulemap
new file mode 100644
index 00000000000..1228ae6cbb7
--- /dev/null
+++ b/clang/test/Modules/Inputs/multiple-include/module.modulemap
@@ -0,0 +1,2 @@
+module A { module a { header "a.h" } module b { header "b.h" } module c { header "c.h" } }
+module X { module x { header "x.h" } module c { header "c.h" } }
OpenPOWER on IntegriCloud