Files
swift-mirror/test/ModuleInterface/Inputs/imports-submodule-order/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

8 lines
89 B
Plaintext

module X {
explicit module Submodule {}
}
module Y {
explicit module Submodule {}
}