Mercurial > hg > CbC > CbC_llvm
view tools/clang/test/Index/unmatched-braces.m @ 53:f679cc5126db
include setjmp.h automatically
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 18 Jan 2014 23:56:19 +0900 |
parents | 95c75e76d11b |
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