mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
SwiftDeclConverter::importSwiftNewtype now check if the storedUnderlyingType is null and return a nullptr
5 lines
124 B
C
5 lines
124 B
C
@import Foundation;
|
|
|
|
typedef NSString MyString __attribute__((swift_wrapper(struct)));
|
|
extern MyString * const MyStringOne;
|