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