mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-30 10:26:05 +00:00

When importing the parent module, module initializers in submodules should be emitted. rdar://28740482 llvm-svn: 284263
8 lines
71 B
Plaintext
8 lines
71 B
Plaintext
module X {
|
|
module T {
|
|
header "X.h"
|
|
export *
|
|
}
|
|
export *
|
|
}
|