xref
: /
external
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
no-undeclared-includes-builtins
/
libcxx
/
module.modulemap
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module libcxx [system] {
2
header "
stddef.h
"
3
header "
stdio.h
"
4
export *
5
}
6