summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/module.map
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/module.map')
-rw-r--r--clang/test/Modules/Inputs/module.map10
1 files changed, 10 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/module.map b/clang/test/Modules/Inputs/module.map
index 4788daa4316..93fe4688730 100644
--- a/clang/test/Modules/Inputs/module.map
+++ b/clang/test/Modules/Inputs/module.map
@@ -460,3 +460,13 @@ module innerstructredef {
header "innerstructredef.h"
}
}
+
+module template_nontrivial0 {
+ header "template-nontrivial0.h"
+ export *
+}
+
+module template_nontrivial1 {
+ header "template-nontrivial1.h"
+ export *
+}
OpenPOWER on IntegriCloud