mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Previously an import of a submodule would emit debug info for importing the root module. <rdar://problem/17260802>
9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
module ClangModule {
|
|
header "ClangModule.h"
|
|
export *
|
|
module SubModule {
|
|
header "SubModule.h"
|
|
export *
|
|
}
|
|
}
|