aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/macro-undef-through-pch/module.map
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/macro-undef-through-pch/module.map')
-rw-r--r--test/Modules/Inputs/macro-undef-through-pch/module.map3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Modules/Inputs/macro-undef-through-pch/module.map b/test/Modules/Inputs/macro-undef-through-pch/module.map
new file mode 100644
index 000000000000..63f68ca5033a
--- /dev/null
+++ b/test/Modules/Inputs/macro-undef-through-pch/module.map
@@ -0,0 +1,3 @@
+module A {
+ header "A.h"
+}