mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
And produce a dependency path from the missing dependency to the main module being scanned.
4 lines
109 B
Plaintext
4 lines
109 B
Plaintext
// swift-interface-format-version: 1.0
|
|
// swift-module-flags: -module-name P
|
|
import Y
|
|
public func funcP() { } |