Clang Project
clang_source_code
/
test
/
Index
/
allow-editor-placeholders.cpp
1
// RUN: c-index-test -test-load-source all %s 2>&1 | FileCheck %s
2
3
<#placeholder#>;
4
5
// CHECK-NOT: error
6