brintos

brintos / llvm-project-archived public Read only

0
0
Text · 223 B · d155ca8 Raw
11 lines · plain
1// RUN: %clang_cc1 -emit-llvm -triple=i686-apple-darwin8 -o %t %s2// RUN: grep -e "SiSetOtherThings:" %t3 4@interface A 5@property(setter=iSetOtherThings:) int otherThings;6@end7 8@implementation A9@dynamic otherThings;10@end11