xref: /llvm-project/clang/test/Modules/Inputs/invalidate-identifiers/module.modulemap (revision 9ab4ccecb3981c466951f4ff3f2a788eb1b1a6db)
1*9ab4ccecSRichard Smithmodule a { header "a.h" }
2*9ab4ccecSRichard Smithmodule b { header "b.h" }
3