blob: b994605d362aeae833bb9fb1d9ded53b63ec87b0 [file] [log] [blame]
Argyrios Kyrtzidis5d5ed592012-03-24 02:26:51 +00001void foo() {
2 int x;
3 if (x) {
4}
5
6// RUN: c-index-test -cursor-at=%s:2:7 %s > %t
7// RUN: FileCheck %s -input-file %t
8
9// CHECK: VarDecl=x:2:7