Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/main-cg-testing-release
/
.
/
clang
/
test
/
Modules
/
Inputs
/
libc-libcxx
/
include
/
module.modulemap
blob: 744f5450b11a46c714e46aaa6c17dde0b0485869 [
file
] [
log
] [
blame
] [
edit
]
module
libc
[
no_undeclared_includes
]
{
module
math
{
header
"math.h"
export
*
}
module
stdlib
{
header
"stdlib.h"
export
*
}
}