xref: /llvm-project/lldb/test/API/lang/objc/modules-app-update/foo.m (revision 10ed479d7303af7c6e2528185c7e7cd318c9172c)
1@import ObjectiveC;
2@import Foo;
3@implementation Foo
4+(instancetype)init {
5  return [super init];
6}
7@end
8