aboutsummaryrefslogtreecommitdiff
path: root/test/Index/complete-macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/complete-macros.h')
-rw-r--r--test/Index/complete-macros.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Index/complete-macros.h b/test/Index/complete-macros.h
new file mode 100644
index 000000000000..70f49e31a1e3
--- /dev/null
+++ b/test/Index/complete-macros.h
@@ -0,0 +1,6 @@
+#ifndef COMPLETE_MACROS_H_GUARD
+#define COMPLETE_MACROS_H_GUARD
+
+void in_header(int);
+
+#endif