mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
142 B
Plaintext
7 lines
142 B
Plaintext
// swift-interface-format-version: 1.0
|
|
// swift-module-flags: -module-name A
|
|
import Swift
|
|
@_exported import A
|
|
public func overlayFuncA() { }
|
|
|