aboutsummaryrefslogtreecommitdiff
path: root/test/Index/Inputs/prefix.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/Inputs/prefix.h')
-rw-r--r--test/Index/Inputs/prefix.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Index/Inputs/prefix.h b/test/Index/Inputs/prefix.h
new file mode 100644
index 000000000000..82ba2da360bf
--- /dev/null
+++ b/test/Index/Inputs/prefix.h
@@ -0,0 +1,4 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+int foo(int);
+#endif