Files
swift-mirror/test/Driver/Inputs/imported_modules/HasSubmodule/module.modulemap
Huon Wilson 09cd885140 [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.
2017-03-17 18:46:09 -07:00

4 lines
51 B
Plaintext

module HasSubmodule {
explicit module Sub {}
}