Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
libc-libcxx
/
include
/
c++
/
module.modulemap
1
module "libc++" {
2
module math { header "math.h" export * }
3
module stdlib { header "stdlib.h" export * }
4
}
5