Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / Index / unmatched-braces.c
blobb994605d362aeae833bb9fb1d9ded53b63ec87b0
1 void foo() {
2 int x;
3 if (x) {
6 // RUN: c-index-test -cursor-at=%s:2:7 %s > %t
7 // RUN: FileCheck %s -input-file %t
9 // CHECK: VarDecl=x:2:7