mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
a7e1cb3925
Also refactor some of the interface generation cross-import support code to be shared.
10 lines
244 B
Plaintext
10 lines
244 B
Plaintext
// swift-interface-format-version: 1.0
|
|
// swift-module-flags: -swift-version 5 -enable-library-evolution -module-name _ABAdditions
|
|
|
|
import Swift
|
|
@_exported import A
|
|
import B
|
|
|
|
public func from_ABAdditions()
|
|
public struct From_ABAdditionsType {}
|