mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
fa570fe072
mangleOpaqueTypeDecl() used to enable DWARFMangling, which ignores @_originallyDefinedIn, which would in turn break module interfaces. Fixes rdar://problem/86480663.
6 lines
128 B
Swift
6 lines
128 B
Swift
@available(macOS 10.8, *)
|
|
@_originallyDefinedIn(module: "CoreSoup", macOS 10.10)
|
|
public struct Vegetable {
|
|
public init() {}
|
|
}
|