bolt/deps/llvm-18.1.8/lldb/test/API/lang/objc/ivar-IMP/repro.m
2025-02-14 19:21:04 +01:00

7 lines
117 B
Objective-C

#import <objc/NSObject.h>
#import "myclass.h"
int main() {
id object = [MyClass new];
return 0; // break here
}