Sign in
cobalt
/
cobalt
/
0c2b1d4428f8ae16220e86a16bebd07ff691a412
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Index
/
unmatched-braces.m
blob: 84fe82a066725b14d5ad785020e14c9ccbb75b11 [
file
] [
log
] [
blame
]
@implementation
I
-(
void
)
meth
{
int
x
;
if
(
x
)
{
}
@end
// RUN: c-index-test -cursor-at=%s:3:7 %s > %t
// RUN: FileCheck %s -input-file %t
// CHECK: VarDecl=x:3:7