mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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 {}
|