summaryrefslogtreecommitdiff
path: root/clang/bindings/python/tests/cindex/INPUTS/header1.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/bindings/python/tests/cindex/INPUTS/header1.h')
-rw-r--r--clang/bindings/python/tests/cindex/INPUTS/header1.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/bindings/python/tests/cindex/INPUTS/header1.h b/clang/bindings/python/tests/cindex/INPUTS/header1.h
new file mode 100644
index 0000000..b4eacbe
--- /dev/null
+++ b/clang/bindings/python/tests/cindex/INPUTS/header1.h
@@ -0,0 +1,6 @@
+#ifndef HEADER1
+#define HEADER1
+
+#include "header3.h"
+
+#endif