brintos

brintos / llvm-project-archived public Read only

0
0
Text · 295 B · b9b741f Raw
11 lines · plain
1// RUN: c-index-test -write-pch %t.pch -target x86_64-apple-darwin10 %s2// RUN: env LIBCLANG_NOTHREADS=1 c-index-test -index-tu %t.pch | FileCheck %s3 4@interface SomeClass5@property (retain) id foo;6@end7@implementation SomeClass8@end9 10// CHECK: [indexDeclaration]: kind: objc-ivar | name: _foo11