Sign in
◑
Theme
llvm
/
llvm-project
/
890c4bece26e005cd9fa5511fe0efa7307794de5
/
.
/
clang
/
test
/
Modules
/
Inputs
/
libc-libcxx
/
include
/
c++
/
module.modulemap
blob: fd15779e934ab44383690d47f3a15de6ffe9e6bf [
file
]
module
"libc++"
{
module
math
{
header
"math.h"
export
*
}
module
stdlib
{
header
"stdlib.h"
export
*
}
}