mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Frontend] Handle imports in the C code tied to a Swift module.
The underlying module and/or bridging header are likely to contain module imports that we need to know about.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
module HasSubmodule {
|
||||
explicit module Sub {}
|
||||
}
|
||||
Reference in New Issue
Block a user