summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/relative-import-path/B.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/relative-import-path/B.h')
-rw-r--r--test/Modules/Inputs/relative-import-path/B.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Modules/Inputs/relative-import-path/B.h b/test/Modules/Inputs/relative-import-path/B.h
new file mode 100644
index 0000000000..a2711d4043
--- /dev/null
+++ b/test/Modules/Inputs/relative-import-path/B.h
@@ -0,0 +1,2 @@
+// B
+#include "C.h"