Mercurial > hg > CbC > CbC_llvm
view clang/test/Index/unmatched-braces.m @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
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