xref
: /
netbsd-src
/
external
/
apache2
/
llvm
/
dist
/
clang
/
include
/
clang-c
/
module.modulemap
(revision 7330f729ccf0bd976a06f95fad452fe774fc7fd1)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module Clang_C {
2
umbrella "."
3
module * { export * }
4
}
5