aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/undefined-type-fixit/module.map
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/undefined-type-fixit/module.map')
-rw-r--r--test/Modules/Inputs/undefined-type-fixit/module.map9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Modules/Inputs/undefined-type-fixit/module.map b/test/Modules/Inputs/undefined-type-fixit/module.map
new file mode 100644
index 000000000000..f5ce34b8fc06
--- /dev/null
+++ b/test/Modules/Inputs/undefined-type-fixit/module.map
@@ -0,0 +1,9 @@
+module public1 {
+ header "public1.h"
+}
+module public2 {
+ header "public2.h"
+ module public2sub {
+ header "public2sub.h"
+ }
+}