brintos

brintos / llvm-project-archived public Read only

0
0
Text · 190 B · f4a88dd Raw
12 lines · plain
1// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5  %s -o -2 3@interface MyDerived4- (void) instanceMethod;5@end6 7@implementation MyDerived8- (void) instanceMethod {9}10@end11 12