Sign in
llvm
/
clang
/
c78da41cdae532adb51d10ed73482642881346dd
/
.
/
test
/
Modules
/
Inputs
/
libc-libcxx
/
include
/
module.modulemap
blob: 744f5450b11a46c714e46aaa6c17dde0b0485869 [
file
] [
log
] [
blame
]
module
libc
[
no_undeclared_includes
]
{
module
math
{
header
"math.h"
export
*
}
module
stdlib
{
header
"stdlib.h"
export
*
}
}