summaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/PR25501/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/PR25501/module.modulemap')
-rw-r--r--test/Modules/Inputs/PR25501/module.modulemap4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Modules/Inputs/PR25501/module.modulemap b/test/Modules/Inputs/PR25501/module.modulemap
new file mode 100644
index 0000000000000..c6c8d5ca40f39
--- /dev/null
+++ b/test/Modules/Inputs/PR25501/module.modulemap
@@ -0,0 +1,4 @@
+module "a0" { header "a0.h" export * }
+module "a1" { header "a1.h" export * }
+module "a2" { header "a2.h" export * }
+module "b" { header "b.h" export * }