Files
swift-mirror/test/ClangImporter/Inputs/custom-modules/MacrosRedefWithParallelSubmodules/module.modulemap
Jordan Rose 61798ff6ec [test] Rename test/ClangModules to test/ClangImporter. (#5618)
...to match the component in include/ and lib/. No content change.
2016-11-02 18:00:53 -07:00

9 lines
131 B
Plaintext

module MacrosRedefWithParallelSubmodules {
explicit module A {
header "A.h"
}
explicit module B {
header "B.h"
}
}