xref: /aosp_15_r20/external/clang/test/Index/invalid-code-rdar10451854.m (revision 67e74705e28f6214e480b399dd47ea732279e315)
1struct {
2
3@implementation Foo
4
5- (void)finalize {
6  NSLog(@"bar");
7}
8
9- (NSArray *)graphics {
10}
11
12@end
13
14// Test that we don't crash
15// RUN: c-index-test -test-load-source-reparse 3 local %s
16