Clang Project

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