summaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/PR31469/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/PR31469/module.modulemap')
-rw-r--r--test/Modules/Inputs/PR31469/module.modulemap5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Modules/Inputs/PR31469/module.modulemap b/test/Modules/Inputs/PR31469/module.modulemap
new file mode 100644
index 000000000000..bada81d04ee3
--- /dev/null
+++ b/test/Modules/Inputs/PR31469/module.modulemap
@@ -0,0 +1,5 @@
+module M {
+ module "textual_shadow" { header "textual_file_shadow.h" export *}
+ module "trigger" { header "empty.h" export * }
+ export *
+}