summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/submodules/module.map
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/submodules/module.map')
-rw-r--r--clang/test/Modules/Inputs/submodules/module.map7
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/submodules/module.map b/clang/test/Modules/Inputs/submodules/module.map
index 16cedac231e..c91e94f47d2 100644
--- a/clang/test/Modules/Inputs/submodules/module.map
+++ b/clang/test/Modules/Inputs/submodules/module.map
@@ -3,3 +3,10 @@ module std {
module type_traits { header "type_traits.h" }
explicit module hash_map { header "hash_map.h" }
}
+
+module import_self {
+ module a { header "import-self-a.h" }
+ module b { header "import-self-b.h" export * }
+ module c { header "import-self-c.h" }
+ module d { header "import-self-d.h" }
+}
OpenPOWER on IntegriCloud