mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
... or something. This manifested as a crash when emitting an @objc thunk for an NS_STRING_ENUM type. Fixes <rdar://problem/35140812>.
6 lines
122 B
Objective-C
6 lines
122 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
typedef NSString * const PandaStyle NS_STRING_ENUM;
|
|
|
|
extern PandaStyle PandaStyleCute;
|