1#import <objc/NSObject.h>2 3int main() {4 NSObject *obj = [NSObject new];5 return 0; // break here6}7