bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/explicit-build-prefer-self/map
2025-02-14 19:21:04 +01:00

2 lines
130 B
Text

module a { module h { header "a.h" } module x { header "x.h" } }
module b { module h { header "b.h" } module x { header "x.h" } }