mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
09cd885140
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 {}
|
|
}
|