[Clang][AArch64] Remove const from base pointers in sve2p1 stores (#120551)
[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