Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / index-local-symbol.cpp
blob1ffc4ec89ed8cb94ba7f8d12ffd5280e49fe93b8
1 void ff() {
2 struct Foo {};
5 // RUN: env CINDEXTEST_INDEXLOCALSYMBOLS=1 c-index-test -index-file %s | FileCheck %s
6 // CHECK: [indexDeclaration]: kind: struct | name: Foo | {{.*}} | loc: 2:10