mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
11 lines
235 B
Plaintext
11 lines
235 B
Plaintext
// swift-interface-format-version: 1.0
|
|
// swift-module-flags: -module-name OverlayTest
|
|
|
|
@_exported import OverlayTest
|
|
|
|
public extension Overlaid {
|
|
public func inOverlayFunc() {}
|
|
}
|
|
|
|
public func createOverlaidInOverlay() -> Overlaid
|