1#import <objc/NSObject.h>
2
3@interface MyClass : NSObject
4{}
5- (id)init;
6@end
7

source code of lldb/test/API/lang/objc/ivar-IMP/myclass.h