blob: f9f244c0cfb0d9578c9a852c10eee4330a98f760 [file] [log] [blame]
@import ObjectiveC;
@import Foo;
@implementation Foo
+(instancetype)init {
return [super init];
}
@end