summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/PR28752/Subdir1/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/PR28752/Subdir1/module.modulemap')
-rw-r--r--clang/test/Modules/Inputs/PR28752/Subdir1/module.modulemap5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/PR28752/Subdir1/module.modulemap b/clang/test/Modules/Inputs/PR28752/Subdir1/module.modulemap
new file mode 100644
index 00000000000..8d3bfe996f5
--- /dev/null
+++ b/clang/test/Modules/Inputs/PR28752/Subdir1/module.modulemap
@@ -0,0 +1,5 @@
+module b {
+ module "b.h" { header "b.h" export * }
+ module "c.h" { header "c.h" export * }
+ export *
+}
OpenPOWER on IntegriCloud