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