Files
swift-mirror/test/ScanDependencies/Inputs/Swift/F.swiftinterface
Doug Gregor d6484c8280 [Dependency scanning] Scan and record bridging header dependencies.
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.
2020-04-24 12:58:45 -07:00

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() { }