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