llvm-for-llvmta/tools/clang/test/Index/invalid-code-rdar10451854.m

16 lines
189 B
Mathematica
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
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