Clang Project

clang_source_code/test/Modules/Inputs/relative-import-path/module.modulemap
1module A { header "A.h" }
2module B { header "B.h" }
3module C { header "C.h" }
4