mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The underlying module and/or bridging header are likely to contain module imports that we need to know about.
4 lines
51 B
Plaintext
4 lines
51 B
Plaintext
module HasSubmodule {
|
|
explicit module Sub {}
|
|
}
|