brintos

brintos / llvm-project-archived public Read only

0
0
Text · 117 B · 289ee5f Raw
8 lines · plain
1#import <objc/NSObject.h>2#import "myclass.h"3 4int main() {5  id object = [MyClass new];6  return 0; // break here7}8