brintos

brintos / llvm-project-archived public Read only

0
0
Text · 215 B · afd340a Raw
15 lines · plain
1// RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 %s -o /dev/null2 3@interface A4@end5@protocol P6@end7@interface B : A <P>8{9}10@end11@implementation B12- (void)test {13}14@end15