Files
swift-mirror/test/ClangImporter/Inputs/bad-ns-extensible-string-enum.h
Jacopo Andrea Giola a598277ad3 Fix SR-5614, add check if importType succeds (#11698)
SwiftDeclConverter::importSwiftNewtype now check if the
storedUnderlyingType is null and return a nullptr
2017-09-01 13:41:48 -07:00

5 lines
124 B
C

@import Foundation;
typedef NSString MyString __attribute__((swift_wrapper(struct)));
extern MyString * const MyStringOne;