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