]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Index/unmatched-braces.c
Vendor import of clang release_40 branch r292951:
[FreeBSD/FreeBSD.git] / test / Index / unmatched-braces.c
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