Clang Project

clang_source_code/test/Modules/Inputs/modules-with-same-name/path2/A/module.modulemap
1// path2. This comment keeps this file from being identical to
2// path1/A/module.modulemap.
3module A {
4  header "a.h"
5}
6