xref: /aosp_15_r20/external/clang/test/Index/unmatched-braces.c (revision 67e74705e28f6214e480b399dd47ea732279e315)

foo()1 void 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
10