brintos

brintos / llvm-project-archived public Read only

0
0
Text · 144 B · b994605 Raw
10 lines · c
1void foo() {2  int x;3  if (x) {4}5 6// RUN: c-index-test -cursor-at=%s:2:7 %s > %t7// RUN: FileCheck %s -input-file %t8 9// CHECK: VarDecl=x:2:710