Clang Project

clang_source_code/test/Modules/Inputs/modular_maps/moduleb.map
1module B {
2  header "common.h"
3  private header "b.h"
4}
5