brintos

brintos / llvm-project-archived public Read only

0
0
Text · 193 B · 1ffc4ec Raw
6 lines · cpp
1void ff() {2  struct Foo {};3}4 5// RUN: env CINDEXTEST_INDEXLOCALSYMBOLS=1 c-index-test -index-file %s | FileCheck %s6// CHECK: [indexDeclaration]: kind: struct | name: Foo | {{.*}} | loc: 2:10