aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/objcxx/class-name-clash/myobject.mm
blob: 5c407463e2382de08ac43daa5adaf57d093f29bb (plain)
1
2
3
4
5
6
7
#import <objc/NSObject.h>

@interface MyObject : NSObject
@end

@implementation MyObject
@end