aboutsummaryrefslogtreecommitdiff
path: root/test/ASTMerge/macro/Inputs/macro.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'test/ASTMerge/macro/Inputs/macro.modulemap')
-rw-r--r--test/ASTMerge/macro/Inputs/macro.modulemap4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ASTMerge/macro/Inputs/macro.modulemap b/test/ASTMerge/macro/Inputs/macro.modulemap
new file mode 100644
index 000000000000..dba1f2207f15
--- /dev/null
+++ b/test/ASTMerge/macro/Inputs/macro.modulemap
@@ -0,0 +1,4 @@
+module macro1 [extern_c] {
+ header "macro1.h"
+ export *
+}