xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
builtin-headers
/
c++
/
module.modulemap
(revision 4ee8c676ee370f5cd53cb6ac3a9c27c7088f2eae)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module cpp_stdint [system] {
2
header "
stdint.h
"
3
export *
4
}
5