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