xref: /llvm-project/clang/test/Modules/Inputs/odr/module.modulemap (revision a171d248ca34b8b6f8de11d42a83ad981285963a)
1*a171d248SMichael Spencermodule a {
2*a171d248SMichael Spencer  header "a.h"
3*a171d248SMichael Spencer}
4*a171d248SMichael Spencermodule b {
5*a171d248SMichael Spencer  header "b.h"
6*a171d248SMichael Spencer}
7