1@import ObjectiveC;
2@import Foo;
3@implementation Foo
4+(instancetype)init {
5 return [super init];
6}
7@end
8

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of lldb/test/API/lang/objc/modules-app-update/foo.m