xref: /llvm-project/clang/test/Modules/Inputs/modules-with-same-name/path1/A/module.modulemap (revision 646621e6a8d777da3193287102a6f374165723e2)
1*646621e6SNick Lewycky// path1. This comment keeps this file from being identical to
2*646621e6SNick Lewycky// path2/A/module.modulemap.
3beee15e7SBen Langmuirmodule A {
4beee15e7SBen Langmuir  header "a.h"
5beee15e7SBen Langmuir}
6