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