aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/internal-constants/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/internal-constants/module.modulemap')
-rw-r--r--test/Modules/Inputs/internal-constants/module.modulemap6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Modules/Inputs/internal-constants/module.modulemap b/test/Modules/Inputs/internal-constants/module.modulemap
new file mode 100644
index 000000000000..6d471f5fc94f
--- /dev/null
+++ b/test/Modules/Inputs/internal-constants/module.modulemap
@@ -0,0 +1,6 @@
+module X {
+ textual header "const.h"
+ module A { header "a.h" export * }
+ module B { header "b.h" export * }
+ module C { header "c.h" export * }
+}