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