xref: /llvm-project/clang/test/Modules/Inputs/inherit-attribute/module.modulemap (revision aca191cce1c4dbab28a65cfe4caa6348e698a2b3)
1*aca191ccSVaibhav Gargmodule "b" { header "b.h" }
2*aca191ccSVaibhav Garg
3*aca191ccSVaibhav Gargmodule "c" { header "c.h" }
4