2009-03-24 10:24:46 +08:00
|
|
|
// RUN: clang-cc -emit-llvm -triple=i686-apple-darwin8 -o %t %s
|
2009-03-13 06:34:11 +08:00
|
|
|
// RUN: grep -e "SiSetOtherThings:" %t
|
|
|
|
|
|
|
|
@interface A
|
|
|
|
@property(setter=iSetOtherThings:) int otherThings;
|
|
|
|
@end
|
|
|
|
|
|
|
|
@implementation A
|
|
|
|
@dynamic otherThings;
|
|
|
|
@end
|