Files
swift-mirror/test/SILGen/Inputs/keypaths_objc.h
2019-04-02 13:41:55 -07:00

14 lines
171 B
Objective-C

@import Foundation;
@interface ObjCFoo
@property(readonly) NSString *_Nonnull objcProp;
@end
union c_union {
struct some_struct {
void* data;
} some_field;
};