Mercurial > hg > CbC > CbC_llvm
view clang/test/Index/invalid-code-rdar10451854.m @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
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