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