Files
swift-mirror/test/ScanDependencies/Inputs/Swift/Z.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
122 B
Plaintext

// swift-interface-format-version: 1.0
// swift-module-flags: -module-name Z
import missing_module
public func funcZ() { }