Mercurial > hg > CbC > CbC_llvm
view clang/test/Index/unmatched-braces.m @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children |
line wrap: on
line source
@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