Clang Project
clang_source_code
/
include
/
clang-c
/
module.modulemap
1
module Clang_C {
2
umbrella "."
3
module * { export * }
4
}
5