llvm-for-llvmta/tools/clang/test/Index/unmatched-braces.c
Nils Hölscher 7f403f4f1e added clang
2022-04-25 13:02:35 +02:00

10 lines
144 B
C

void foo() {
int x;
if (x) {
}
// RUN: c-index-test -cursor-at=%s:2:7 %s > %t
// RUN: FileCheck %s -input-file %t
// CHECK: VarDecl=x:2:7