repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
Index
/
unmatched-braces.m
blob
84fe82a066725b14d5ad785020e14c9ccbb75b11
1
@implementation I
2
-(void)meth {
3
int x;
4
if (x) {
5
}
6
@end
7
8
// RUN: c-index-test -cursor-at=%s:3:7 %s > %t
9
// RUN: FileCheck %s -input-file %t
10
11
// CHECK: VarDecl=x:3:7