aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/malformed/module.map
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/malformed/module.map')
-rw-r--r--test/Modules/Inputs/malformed/module.map8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Modules/Inputs/malformed/module.map b/test/Modules/Inputs/malformed/module.map
new file mode 100644
index 000000000000..5277ffa41edd
--- /dev/null
+++ b/test/Modules/Inputs/malformed/module.map
@@ -0,0 +1,8 @@
+module malformed_a {
+ module a1 { header "a1.h" }
+ module a2 { header "a2.h" }
+}
+module malformed_b {
+ module b1 { header "b1.h" }
+ module b2 { header "b2.h" }
+}