summaryrefslogtreecommitdiff
path: root/test/Index/Inputs/preamble-with-implicit-import-B.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/Inputs/preamble-with-implicit-import-B.h')
-rw-r--r--test/Index/Inputs/preamble-with-implicit-import-B.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Index/Inputs/preamble-with-implicit-import-B.h b/test/Index/Inputs/preamble-with-implicit-import-B.h
new file mode 100644
index 0000000000000..17c138dfb5aa4
--- /dev/null
+++ b/test/Index/Inputs/preamble-with-implicit-import-B.h
@@ -0,0 +1,3 @@
+#pragma once
+#include "preamble-with-implicit-import-C.h" // Circular
+typedef struct { char x; } Typo;