llvm-for-llvmta/tools/clang/test/Modules/Inputs/explicit-build-prefer-self/map

3 lines
130 B
Plaintext
Raw Normal View History

2022-04-25 13:02:35 +02:00
module a { module h { header "a.h" } module x { header "x.h" } }
module b { module h { header "b.h" } module x { header "x.h" } }