aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/Inputs/microsoft-header-search/include1.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/Inputs/microsoft-header-search/include1.h')
-rw-r--r--test/Preprocessor/Inputs/microsoft-header-search/include1.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Preprocessor/Inputs/microsoft-header-search/include1.h b/test/Preprocessor/Inputs/microsoft-header-search/include1.h
new file mode 100644
index 000000000000..f00fac7a1799
--- /dev/null
+++ b/test/Preprocessor/Inputs/microsoft-header-search/include1.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "a/include2.h"
+#pragma once
+
+#include "a/include2.h" \ No newline at end of file