summaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/preprocess/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/preprocess/module.modulemap')
-rw-r--r--test/Modules/Inputs/preprocess/module.modulemap5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Modules/Inputs/preprocess/module.modulemap b/test/Modules/Inputs/preprocess/module.modulemap
index 943435a953d04..f700db03beac4 100644
--- a/test/Modules/Inputs/preprocess/module.modulemap
+++ b/test/Modules/Inputs/preprocess/module.modulemap
@@ -1,2 +1,7 @@
module fwd { header "fwd.h" export * }
module file { header "file.h" header "file2.h" export * }
+module nested {
+ module a { header "a.h" }
+ module b { header "b.h" }
+ module c { header "c.h" }
+}