summaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/merge-decl-context/d.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/merge-decl-context/d.h')
-rw-r--r--test/Modules/Inputs/merge-decl-context/d.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Modules/Inputs/merge-decl-context/d.h b/test/Modules/Inputs/merge-decl-context/d.h
new file mode 100644
index 000000000000..ccc7308b2499
--- /dev/null
+++ b/test/Modules/Inputs/merge-decl-context/d.h
@@ -0,0 +1,7 @@
+#ifndef D_H
+#define D_H
+
+#include "a.h"
+#include "b.h"
+
+#endif