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