llvm/lldb/test/API/lang/objc/ivar-IMP/myclass.h

#import <objc/NSObject.h>

@interface MyClass : NSObject
{}
- (id)init;
@end