1@interface MyBase : NSObject
2{
3#if !__OBJC2__
4 int maybe_used; // The 1.0 runtime needs to have backed properties...
5#endif
6}
7@property int propertyMovesThings;
8@end
9

source code of lldb/test/API/lang/objc/foundation/my-base.h