llvm-project/clang/test/Modules/Inputs/import-textual/M/module.modulemap

18 lines
194 B
Plaintext

module M {
module A {
header "A/A.h"
textual header "someheader.h"
export *
}
module B {
header "B/B.h"
textual header "someheader.h"
export *
}
export *
}