aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/objc/class-without-methods/main.m
blob: 0b6e14371bc59f4914fcd6ece08ef69378d1409b (plain)
1
2
3
4
5
6
7
#import "Point.h"

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