blob: 0b6e14371bc59f4914fcd6ece08ef69378d1409b [file] [log] [blame] [edit]
#import "Point.h"
int main() {
Point *p = [Point new];
// break here
return 0;
}