brintos

brintos / llvm-project-archived public Read only

0
0
Text · 88 B · 0b6e143 Raw
8 lines · plain
1#import "Point.h"2 3int main() {4  Point *p = [Point new];5  // break here6  return 0;7}8