summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs')
-rw-r--r--clang/test/Modules/Inputs/DebugModule.h1
-rw-r--r--clang/test/Modules/Inputs/module.map5
2 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/DebugModule.h b/clang/test/Modules/Inputs/DebugModule.h
new file mode 100644
index 00000000000..5612b73a8cf
--- /dev/null
+++ b/clang/test/Modules/Inputs/DebugModule.h
@@ -0,0 +1 @@
+@class F;
diff --git a/clang/test/Modules/Inputs/module.map b/clang/test/Modules/Inputs/module.map
index fe762f54a11..b9c8e72cfa9 100644
--- a/clang/test/Modules/Inputs/module.map
+++ b/clang/test/Modules/Inputs/module.map
@@ -327,3 +327,8 @@ module recursive2 {
module crash {
header "crash.h"
}
+
+module DebugModule {
+ header "DebugModule.h"
+}
+
OpenPOWER on IntegriCloud