Files
swift-mirror/test/ModuleInterface/Inputs/imports-clang-modules/module.modulemap
Jordan Rose f6ee9f6dc9 [ModuleInterface] Print imports (including '@_exported')
Part of preserving enough information to reconstitute a textual
interface back to a binary module.
2018-09-06 16:05:16 -07:00

9 lines
208 B
Plaintext

module A { header "A.h" }
module B {
explicit module B1 { header "B1.h" }
explicit module B2 { header "B2.h" }
explicit module B3 { header "B3.h" }
}
module C { header "C.h" }
module D { header "D.h" }