summaryrefslogtreecommitdiff
path: root/clang/bindings/python/tests/cindex/INPUTS/include.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/bindings/python/tests/cindex/INPUTS/include.cpp')
-rw-r--r--clang/bindings/python/tests/cindex/INPUTS/include.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/bindings/python/tests/cindex/INPUTS/include.cpp b/clang/bindings/python/tests/cindex/INPUTS/include.cpp
new file mode 100644
index 0000000..60cfdaa
--- /dev/null
+++ b/clang/bindings/python/tests/cindex/INPUTS/include.cpp
@@ -0,0 +1,5 @@
+#include "header1.h"
+#include "header2.h"
+#include "header1.h"
+
+int main() { }