unplugged-vendor/external/clang/test/Modules/Inputs/merge-template-pattern-visibility/module.modulemap

5 lines
69 B
Plaintext
Raw Normal View History

module X {
module A { header "a.h" }
module B { header "b.h" }
}