mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +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 {}
|
|
}
|