summaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/merge-function-defs/map
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/merge-function-defs/map')
-rw-r--r--test/Modules/Inputs/merge-function-defs/map4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Modules/Inputs/merge-function-defs/map b/test/Modules/Inputs/merge-function-defs/map
new file mode 100644
index 0000000000000..f84c7ddfd5adc
--- /dev/null
+++ b/test/Modules/Inputs/merge-function-defs/map
@@ -0,0 +1,4 @@
+module m {
+ module a { header "a.h" }
+ module b { header "b.h" }
+}