summaryrefslogtreecommitdiffstats
path: root/test/Index/Core/Inputs/transitive-include.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/Core/Inputs/transitive-include.h')
-rw-r--r--test/Index/Core/Inputs/transitive-include.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Index/Core/Inputs/transitive-include.h b/test/Index/Core/Inputs/transitive-include.h
new file mode 100644
index 0000000000..b6564d89bd
--- /dev/null
+++ b/test/Index/Core/Inputs/transitive-include.h
@@ -0,0 +1,6 @@
+#include "system-head.h"
+
+struct Point {
+ int x;
+ int y;
+};