
consumers of that module. Previously, such a file would only be available if the module happened to actually import something from that module. llvm-svn: 232583
5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
module a { header "a.h" }
|
|
module b { header "b.h" export * }
|
|
module c { header "c.h" export * }
|
|
module d { header "d.h" }
|