xref: /llvm-project/clang/test/Modules/Inputs/implicit-invalidate-common/module.modulemap (revision f91b6f8159b101688eef87c75179209699c0d405)
1module A { header "A.h" }
2module B { header "B.h" }
3module Common { header "Common.h" }
4