mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
// swift-interface-format-version: 1.0
|
|
// swift-module-flags: -module-name G -swift-version 5
|
|
|
|
#if swift(>=5.0)
|
|
import Swift
|
|
@_exported import G
|
|
public func overlayFuncG() { }
|
|
|
|
#endif
|