Files
swift-mirror/test/ScanDependencies/Inputs/Swift/P.swiftinterface
Artem Chikin 6da780e272 [Dependency Scanner] Diagnose failure to find a module
And produce a dependency path from the missing dependency to the main module being scanned.
2022-09-07 15:56:44 -07:00

4 lines
109 B
Plaintext

// swift-interface-format-version: 1.0
// swift-module-flags: -module-name P
import Y
public func funcP() { }