1#import "Point.h"
2
3int main() {
4 Point *p = [Point new];
5 // break here
6 return 0;
7}
8

source code of lldb/test/API/lang/objc/class-without-methods/main.m