bolt/deps/llvm-18.1.8/clang/test/Index/index-local-symbol.cpp
2025-02-14 19:21:04 +01:00

6 lines
No EOL
193 B
C++

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