summaryrefslogtreecommitdiffstats
path: root/test/Index/Core/Inputs/transitive-include.h
diff options
context:
space:
mode:
authorIvan Donchevskii <ivan.donchevskii@qt.io>2018-08-01 10:45:08 +0200
committerIvan Donchevskii <ivan.donchevskii@qt.io>2018-08-01 12:39:03 +0000
commitf8db5041bcff568499b3740c5272960e7f20e023 (patch)
tree6de24ad043542abe6abb40e6df997f5096153ff0 /test/Index/Core/Inputs/transitive-include.h
parentc959fde3859389bf20235ce515f4cff548034f8a (diff)
Index whild build. Part 1
https://reviews.llvm.org/D39050 adapted for 6.0 Change-Id: I2cb9c7d94c95fde7c3eb3042a6de0e55ab186974 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
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;
+};