#import <objc/NSObject.h>

int main() {
  NSObject *obj = [NSObject new];
  return 0; // break here
}
