llvm-project/lldb/test/API/lang/objc/modules-app-update/foo.m

8 lines
105 B
Objective-C

@import ObjectiveC;
@import Foo;
@implementation Foo
+(instancetype)init {
return [super init];
}
@end