#import "Point.h" int main() { Point *p = [Point new]; // break here return 0; }