Files
swift-mirror/test/IRGen/Inputs/ObjCBaseClasses.h
Joe Groff b929343456 IRGen: ObjC rodata can only go in __objc_const if layout is fixed.
Otherwise, the runtime needs to be able to adjust the instance size when nonfragile ObjC bases
and/or resilient Swift bases are accounted for. rdar://54089488
2021-04-12 10:50:38 -07:00

5 lines
59 B
Objective-C

#import <Foundation.h>
@interface ObjCBase: NSObject
@end