aboutsummaryrefslogtreecommitdiff
path: root/test/Index/complete-preamble.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/complete-preamble.h')
-rw-r--r--test/Index/complete-preamble.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Index/complete-preamble.h b/test/Index/complete-preamble.h
new file mode 100644
index 000000000000..e696284c0964
--- /dev/null
+++ b/test/Index/complete-preamble.h
@@ -0,0 +1,6 @@
+namespace std {
+ void wibble();
+}
+
+namespace std {
+}