summaryrefslogtreecommitdiffstats
path: root/test/Index/index-local-symbol.cpp
blob: 1ffc4ec89ed8cb94ba7f8d12ffd5280e49fe93b8 (plain)
1
2
3
4
5
6
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