mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
When there is a bridging header associated with the module, scan and record its dependencies. Note them in a separate structure to capture the specific dependencies of the bridging header.
5 lines
133 B
Plaintext
5 lines
133 B
Plaintext
// swift-interface-format-version: 1.0
|
|
// swift-module-flags: -module-name F
|
|
import Swift
|
|
@_exported import F
|
|
public func funcF() { } |