summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/allow-editor-placeholders.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Index/allow-editor-placeholders.cpp')
-rw-r--r--clang/test/Index/allow-editor-placeholders.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Index/allow-editor-placeholders.cpp b/clang/test/Index/allow-editor-placeholders.cpp
new file mode 100644
index 00000000000..5a7207d3f07
--- /dev/null
+++ b/clang/test/Index/allow-editor-placeholders.cpp
@@ -0,0 +1,5 @@
+// RUN: c-index-test -test-load-source all %s 2>&1 | FileCheck %s
+
+<#placeholder#>;
+
+// CHECK-NOT: error
OpenPOWER on IntegriCloud