summaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/declare-use/module.map
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/declare-use/module.map')
-rw-r--r--test/Modules/Inputs/declare-use/module.map14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/Modules/Inputs/declare-use/module.map b/test/Modules/Inputs/declare-use/module.map
index a176fb3a141fc..ae8615278aca3 100644
--- a/test/Modules/Inputs/declare-use/module.map
+++ b/test/Modules/Inputs/declare-use/module.map
@@ -38,6 +38,7 @@ module XG {
use XC
use XE
use XJ
+ use XK
}
module XH {
@@ -52,5 +53,18 @@ module XJ {
header "j.h"
}
+module XK {
+ textual header "k.h"
+}
+
+module XL {
+ textual header "l.h"
+}
+
+module XM {
+ private textual header "m.h"
+ textual header "m2.h"
+}
+
module XS {
}