brintos

brintos / llvm-project-archived public Read only

0
0
Text · 189 B · 1562671 Raw
16 lines · plain
1struct {2 3@implementation Foo4 5- (void)finalize {6  NSLog(@"bar");7}8 9- (NSArray *)graphics {10}11 12@end13 14// Test that we don't crash15// RUN: c-index-test -test-load-source-reparse 3 local %s16