Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/implicit-invalidate-common/
module.modulemap
module A { header "A.h" } module B { header "B.h" } module Common { header "Common.h" }