Mercurial > hg > CbC > CbC_llvm
view tools/clang/test/Index/invalid-code-rdar10451854.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
struct { @implementation Foo - (void)finalize { NSLog(@"bar"); } - (NSArray *)graphics { } @end // Test that we don't crash // RUN: c-index-test -test-load-source-reparse 3 local %s