Sign in
llvm
/
llvm-project
/
cf3422d3df5b00d771bba837b9f51f67ab07eb64
/
.
/
clang
/
test
/
Index
/
index-local-symbol.cpp
blob: 1ffc4ec89ed8cb94ba7f8d12ffd5280e49fe93b8 [
file
] [
log
] [
blame
]
void
ff
()
{
struct
Foo
{};
}
// RUN: env CINDEXTEST_INDEXLOCALSYMBOLS=1 c-index-test -index-file %s | FileCheck %s
// CHECK: [indexDeclaration]: kind: struct | name: Foo | {{.*}} | loc: 2:10