blob: 43f74fb07b43cc283a8d11a7028f0bfef64b8129 [file] [log] [blame]
// RUN: clang -cc1 -emit-llvm -triple=i686-apple-darwin8 -o %t %s
// RUN: grep -e "SiSetOtherThings:" %t
@interface A
@property(setter=iSetOtherThings:) int otherThings;
@end
@implementation A
@dynamic otherThings;
@end