llvm-project/clang/test/Modules/Inputs/template-default-args/module.modulemap

2 lines
65 B
Plaintext
Raw Normal View History

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