summaryrefslogtreecommitdiff
path: root/clang/test/Index/Inputs/guarded.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Index/Inputs/guarded.h')
-rw-r--r--clang/test/Index/Inputs/guarded.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/Index/Inputs/guarded.h b/clang/test/Index/Inputs/guarded.h
new file mode 100644
index 0000000..0a1a6ac
--- /dev/null
+++ b/clang/test/Index/Inputs/guarded.h
@@ -0,0 +1,6 @@
+#ifndef GUARDED_HEADER_H
+#define GUARDED_HEADER_H
+
+int y;
+
+#endif // GUARDED_HEADER_H