summaryrefslogtreecommitdiffstats
path: root/packages/Python/lldbsuite/test/lang/objc/foundation/my-base.m
blob: 0c316b244f26925bdbdd68fad3d27217a34f9e97 (plain)
1
2
3
4
5
6
7
8
9
10
#import <Foundation/Foundation.h>
#import "my-base.h"
@implementation MyBase
#if __OBJC2__
@synthesize propertyMovesThings;
#else
@synthesize propertyMovesThings = maybe_used;
#endif
@end

OpenPOWER on IntegriCloud