teak-llvm/lldb/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/repro.m
2015-11-06 22:43:55 +00:00

8 lines
125 B
Objective-C

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