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