Files
swift-mirror/test/ModuleInterface/Inputs/imports-clang-modules/module.modulemap
Harlan Haskins d3b8ce7ae2 [test] Update ParseableInterface to ModuleInterface
Also remove uses of -emit-parseable-module-interface from tests
2019-09-13 14:55:48 -07:00

14 lines
348 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" }
module Secret_BAD { header "Secret_BAD.h" }
module NotSoSecret { header "NotSoSecret.h" }
module NotSoSecret2 { header "NotSoSecret2.h" }